SESMAXTO parameter

From m204wiki
Revision as of 02:57, 5 June 2013 by Alex (talk | contribs) (Created page with "==Summary== <dl> <dt>Default value <dd>-1 <dt>Parameter type <dd>System <dt>Where set <dd>System manager resettable <dt>Related products <dd>All <dt>Introduced <dd><var class=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Default value
-1
Parameter type
System
Where set
System manager resettable
Related products
All
Introduced
Model 204 7.5

Description

The parameter which must have a numeric value between -1 and 99999999, sets the maximum timeout value for a session. The default value for SESMAXTO of -1 indicates that no limit is places on session timeouts.

SESMAXTO is applied to the timeout derived from the SESDEFTO parameter and the timeout value specified on many of the $session functions. If the timeout value derived from these exceeds SESMAXTO, the value of SESMAXTO is used. If SESMAXTO is reset to a value lower than the timeout value in any existing sessions, the timeout value in those sessions is reduced to the SESMAXTO value which will change the time the session will time out. Setting SESMAXTO to 0 causes all closed sessions to immediately time out and any open sessions to time out as soon as they are closed.