Keep session alive until browser closes
This commit is contained in:
parent
0fc471291b
commit
0dace7a404
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ if (
|
|||
/**
|
||||
* Session
|
||||
*/
|
||||
ini_set('session.gc_maxlifetime', 0);
|
||||
|
||||
session_start();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue