SESDEFOW parameter

From m204wiki
Jump to navigation Jump to search

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.