Change the session lifetime duration

This commit is contained in:
Frédéric Guillot 2014-05-28 16:12:29 -04:00
parent da8351ec5c
commit 4071b2bd2b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace PicoFarad\Session;
const SESSION_LIFETIME = 2678400;
const SESSION_LIFETIME = 0;
function open($base_path = '/', $save_path = '')