No Session Cache (-nosessioncache)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
No Session Cache (-nosessioncache)
Use No Session Cache (-nosessioncache) to
disable TLS session caching.
| Operating system and syntax | UNIX / Windows |
-nosessioncache
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server | 1 | 0 | — | 0 |
Session caching allows a client to reuse a previously
established session if it reconnects prior to the session cache
timeout expiring. Use No Session Cache (-nosessioncache)
to disable this feature. Session caching is enabled by default.
The No Session Cache (-nosessioncache)
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.