ruqueue-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ruqueue-devel] Session Timeout Bug update


From: Ramon P. Quezada
Subject: [Ruqueue-devel] Session Timeout Bug update
Date: Mon, 21 Nov 2005 09:37:14 -0500

Hi,

 

There is an apache server side setting that was causing users to be logged out before their session truly expired.  The php.ini file contains a session.gc_maxlifetime variable that causes server side session variables, including the $_SESSION[‘time’] to be deleted after a specific amount of time (the default time happens to be 24 minutes).  After the 24 minutes, there is a specific probability defined by the session.gc_probability and session.gc_divisor variables that the server side session variables will get erased and thus causing your session will expire.  If you’d like the countdown to accurately reflect your session expiration, you will have to modify php.ini and make sure the session.gc_maxlifetime is adjusted accordingly.

 

Thanks,

Ray

 

Ramon Quezada, Web Developer, MSSG

address@hidden
732-445-6950 x 6038

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]