SESDEFTO parameter: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
If a session is not re-opened within the timeout value of the $session_create, | If a session is not re-opened within the timeout value of the $session_create, | ||
it is considered ''timed-out'' and liable to deletion under control | it is considered ''timed-out'' and liable to deletion under control | ||
of the [[SESOPT parameter]] flags. | of the [[SESOPT parameter|SESOPT]] parameter flags. | ||
The SESDEFTO setting can be overridden in many of the $session functions. | The SESDEFTO setting can be overridden in many of the $session functions. | ||
Revision as of 14:32, 30 May 2017
Default session timeout seconds
Summary
- Default value
- 900
- Parameter type
- System
- Where set
- User 0 CCAIN parameters and, as of Model 204 7.5, system manager resettable
- Related products
- All
- Introduced
- Before Sirius Mods 6.7
Description
The parameter which must have a numeric value between 0 and 43200, sets the default timeout value for a session, if one is not specified in the $session_create call. The default value for SESDEFTO of 900 indicates a default timeout of 15 minutes. If a session is not re-opened within the timeout value of the $session_create, it is considered timed-out and liable to deletion under control of the SESOPT parameter flags. The SESDEFTO setting can be overridden in many of the $session functions.
An SESDEFTO setting greater than the SESMAXTO parameter value means that the SESDEFTO parameter is effectively the value of the SESMAXTO parameter.