SESDEFTO parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add links)
 
Line 15: Line 15:


==Description==
==Description==
The parameter which must have a numeric value between 0 and 43200, sets the default
This parameter, which must have a numeric value between 0 and 43200, sets the default timeout value for a [[Sessions|session]], if one is not
timeout value for a [[Sessions|session]], if one is not
specified in the <var>[[$Session_Create]]</var> call.
specified in the [[$Session_Create|$session_create]] call.
The default value for <var>SESDEFTO</var> of 900 indicates a default timeout of 15 minutes.
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 <var>$Session_Create</var>,
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|SESOPT]] parameter flags.
of the <var>[[SESOPT parameter|SESOPT]]</var> parameter flags.
The SESDEFTO setting can be overridden in many of the $session functions.
The <var>SESDEFTO</var> setting can be overridden in many of the $Session functions.


An SESDEFTO setting greater than the [[SESMAXTO parameter|SESMAXTO]] parameter value means that the SESDEFTO parameter is effectively the value of the SESMAXTO parameter.  Also, resetting SESMAXTO ensures that all sessions have a timeout value no more than the new value of SESMAXTO; this can result in immediate timeout of some sessions.
An <var>SESDEFTO</var> setting greater than the <var>[[SESMAXTO parameter|SESMAXTO]]</var> parameter value means that the <var>SESDEFTO</var> parameter is effectively the value of the <var>SESMAXTO</var> parameter.  Also, since resetting <var>SESMAXTO</var> ensures that all sessions have a timeout value no greater than the new value of <var>SESMAXTO</var>, be aware that a <var>SESMAXTO</var> reset to a lower value might result in immediate timeout of some sessions.


[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 20:31, 9 October 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

This 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. Also, since resetting SESMAXTO ensures that all sessions have a timeout value no greater than the new value of SESMAXTO, be aware that a SESMAXTO reset to a lower value might result in immediate timeout of some sessions.