This topic is locked, no new messages can be posted
avatar ffletch Nov 17. 2006. 4:05 pm
Is there a pre-configured timeout on any of the used for entering information screens (meaning a time before which you are forced to log back in)?

If so, is this configurable?

If so, how?
avatar Ilija Studen Staff Nov 17. 2006. 4:55 pm
If user have chosen Remember me option timeout is 14 days. If not, timeout is 1 hour. You can change it by changing SESSION_LIFETIME value in init.php. It represents a number of seconds that will be set for a valid session without a refresh. Look for this:

define('SESSION_LIFETIME', 3600);

And set to any value you like. It needs to be a number.

Topic is locked

If you have something important to say about the issues discussed in this post please write at hi@a51dev.com.