Change the session lifetime duration
This commit is contained in:
parent
da8351ec5c
commit
4071b2bd2b
2
vendor/PicoFarad/Session.php
vendored
2
vendor/PicoFarad/Session.php
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
namespace PicoFarad\Session;
|
namespace PicoFarad\Session;
|
||||||
|
|
||||||
const SESSION_LIFETIME = 2678400;
|
const SESSION_LIFETIME = 0;
|
||||||
|
|
||||||
|
|
||||||
function open($base_path = '/', $save_path = '')
|
function open($base_path = '/', $save_path = '')
|
||||||
|
Loading…
Reference in New Issue
Block a user