ActivityTimeout
Summary
This setting will define the number of seconds before a user is considered inactive.Usage
ActivityTimeout=<integer>
Description
This setting will define the number of seconds of inactivity before a session is considered inactive and a user will consequently be logged out. 3600 seconds, the equivalent of 1 hour is standard.This setting is a DB handler specific setting and is therefore only used for the eZSessionHandlerDB is set in the setting Handler in the block [Session]. The PHP handler on the other hand will use the settings defined in php.ini for this.
This setting is case sensitive.
Examples
ActivityTimeout=3600
3600 seconds, the equivalent of 1 hour is standard.
Frederik Holljen (01/02/2005 2:09 pm)
Ester Heylen (04/08/2010 1:39 pm)
Comments
There are no comments.