For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

SessionExpire

Specify the time after which idle user sessions will expire.

Synopsis

SessionExpire  interval

The parameter is expected to be a time interval.  The default is "1 hour".

Scope

This directive is only available for use in the local (catalog.cfg) configuration file.  It will not affect any other website in any way.  This directive will not work in the global (interchange.cfg) configuration file. 

Description

A user can close their browser or leave your website at any time, and no indication will be given to the web server apart from the lack of further requests that have the same session ID.

This directive specifies the minimum time that Interchange should keep track of a user's session information.

Note

Note

If SessionType is set to "File" or "NFS" then expired session files should be periodically scanned for and removed.  This frees up some disk space and allows old session IDs to be reused.

Example

SessionExpire  4 hours

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Friday 7 July 2006 at 5:06 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us