![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivesession timeout suggestions wanted
From: Craig Storey <cstorey@canada.com>
Date: Thu Sep 22 2005 - 22:14:15 CEST
I have a form where users logged in using sessions can edit articles in
After a lot of searching I've found the main culprit is
ini_set('session.gc_maxlifetime', 7200); // 2 hour inactive session
Are there other timeouts I should worry about with Apache/Linux?
session.cache_expire 180 -> 3 hours shouldn't be a problem
Now a few of my Google searches came up with a scenario for timeouts
Also are there any other problems with a php session lasting 2 hours?
Thanks for any advice.
|