How to adjust the time to expire $ _SESSION?
attempts ..
Include in top of files (worked in localhost offline)
ini_set('session.gc_maxlifetime', 3600); // 1 hora
ini_set('session.cookie_lifetime', 3600);
session_start();
And also
se...
asked by
17.03.2015 / 20:31