mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
i had to remove the regenerate function, because my local php keeps deleting the session as a result of this function (i've no idea why)
This commit is contained in:
parent
595fb43edc
commit
7634231380
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
@session_start();
|
||||
|
||||
//session_regenerate_id();
|
||||
|
||||
require_once("actionLogger.php");
|
||||
require_once("config.php");
|
||||
|
||||
session_regenerate_id();
|
||||
|
||||
if (!isset($_SESSION['active']) || !$_SESSION['active']) {
|
||||
$_SESSION['active'] = true;
|
||||
$_SESSION['created'] = time();
|
||||
|
|
Loading…
Reference in a new issue