<snip> I have about 8 different pages that are all session linked. Do I have
to add this ini_set() at the beginning of all the session_start() calls on all these pages. </snip> Not 100% sure, but I think if you dont add ini_set() before all of your session_start() calls, session.gc_maxlifetime would get set back to the default value. Is this on apache? you could just drop it in a htaccess file, that way you dont have to change any php code. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php