** Low Priority ** <snip> Is there a way to extend the php session timeout for particular pages? Alternatively, is there a way, other than using cookies, to store user data from page-to-page? </snip>
I think you can use ini_set() to change session.gc_maxlifetime, that will change your session timeout. You could pass data around in hidden fields but that would be a pain. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php