SESDEFOW parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:SESDEFOW parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 14: Line 15:
==Description==
==Description==
The parameter which must have a numeric value between 0 and 43200, sets the default
The parameter which must have a numeric value between 0 and 43200, sets the default
open wait time value for a session if one is not specified in the $session_open call.
open wait time value for a session if one is not specified in the [[$Session_Open|$session_open]] call.
The default value for [[SESDEFTO parameter]] of 0 indicates that a $session_open call will not
The default value for [[SESDEFTO_parameter|SESDEFTO]] of 0 indicates that a $session_open call will not
wait if the request session is in-use, that is open by another thread.
wait if the request session is in-use, that is open by another thread.
If a session is still in-use after the open wait time, a return code of 2 is
If a session is still in-use after the open wait time, a return code of 2 is

Latest revision as of 14:22, 30 May 2017

Default open wait time in seconds

Summary

Default value
0
Parameter type
System
Where set
User 0 CCAIN parameters
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 open wait time value for a session if one is not specified in the $session_open call. The default value for SESDEFTO of 0 indicates that a $session_open call will not wait if the request session is in-use, that is open by another thread. If a session is still in-use after the open wait time, a return code of 2 is set by $session_open to indicate the problem. The SESDEFOW setting can be overridden in the $session_open call.