when using session_strat(), $_SESSION['something'] on a site, this i guess by default has a lifetime of 5 minutes; which should be set in php.ini(?)
Is there a way to extend this lifetime to any number of minutes? .htaccess solution would be the easiest if there's one.
should php_value session.gc_maxlifetime 6000 do it?