SESMAXTO parameter: Difference between revisions
Line 13: | Line 13: | ||
</dl> | </dl> | ||
==Description== | ==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. | The parameter, which must have a numeric value between -1 and 99999999, sets the maximum timeout value for a [[Sessions|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. | 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. | ||
[[Category:System parameters]] | [[Category:System parameters]] | ||
[[Category:Parameters]] | [[Category:Parameters]] |
Revision as of 16:02, 18 July 2013
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.