Session Timeout (-sessiontimeout)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Session Timeout (-sessiontimeout)
Use Session Timeout (-sessiontimeout) to
change the length of time that a TLS session will be cached.
| Operating system and syntax | UNIX / Windows |
-sessiontimeout
n
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | — | — | — | 0 |
- n
- Specifies in seconds the length of time a TLS session will be held in the TLS session cache. The default is 0 seconds.
TLS session caching allows a client to reuse a previously established TLS session if it reconnects prior to the TLS session cache timeout expiring.
The Session Timeout (-sessiontimeout)
parameter may be modified while your database is online using PROMON or through the
_DbParams VST. This change will take effect on any newly spawned servers.