Hello you all,
Just want to know if I want to increase session time out, do I need to include ini_set("session.gc_maxlifetime", 14400); on every page I call session_start()?
Thanks,
L.
Hello you all,
Just want to know if I want to increase session time out, do I need to include ini_set("session.gc_maxlifetime", 14400); on every page I call session_start()?
Thanks,
L.
you can do this in .htacces
php_value session.gc_maxlifetime 14400