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

View File

@ -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 = '')