PDA

View Full Version : session timeout


jbroder
04-11-2001, 11:07 PM
my php sessions are timing out too fast. can this be extended?

John Lim
04-27-2001, 02:15 AM
Try putting in your .htaccess file in your www directory:

php_value session.gc_maxlifetime 14400

To set the session timeout to 4 hours.

Regards, John
[This message has been edited by John Lim (edited 04-27-01@01:21 am)]