|
Posted by C. on 06/21/07 16:16
On 20 Jun, 17:49, Jason Maur <jmau...@yahoo.com> wrote:
> Hey all,
>
> I'm having a problem with PHP sessions. Users
> (including myself) are having their sessions expire
> after only a couple minutes, despite session.gc_maxlifetime
> being set to 1440 (24mins?). Any general ideas on what
> would cause a session to terminate? I'm using a lot of
> javascript (mootools) to do some AJAX stuff. Maybe that
> has something to do with it? Any help / suggestions would
> be appreciated...
Odd. Might be a problem with the timezone handling on your machine
(filesystem timestamps in a different TZ from the garbage collection
php process). I'd try writing your own session handler and hooking in
some instrumentation if it still happens.
C.
Navigation:
[Reply to this message]
|