SESDEFOW parameter: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
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|$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 | 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.