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 an TLS session will be cached.
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| DBS | – | – | – | 0 |
- n
- Specifies in seconds the length of time an TLS session will be held in the session cache. The default is 0 seconds.
Session caching allows a client to reuse a previously established TLS session if it reconnects prior to the 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.