SessionConnectTimeout
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Attribute
SessionConnectTimeout (SCTO)
Description
Specifies the maximum time (in seconds) the driver waits to establish a connection to the OpenAccess SDK server. Imposes a time limit on:
- The establishment of the TCP/IP connection with the server.
- The establishment of the OpenAccess SDK session via an initial handshake with the server (this includes the time to initialize the necessary server processes and/or threads).
If the connection cannot be established within the specified number of seconds, the connection attempt fails and an error is returned to the application.
Valid Values
0 | x
where x is a positive integer that specifies the number of seconds.
If set to 0, no timeout is applied and the driver waits indefinitely for the connection to be established.
Default
0