No Session Cache (-nosessioncache)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
No Session Cache (-nosessioncache)
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| DBS | 1 | 0 | – | 0 |
Use No Session Cache (-nosessioncache) to
disable TLS session caching.
Session caching allows a
client to reuse a previously established session if it reconnects
prior to the session cache time-out expiring. Use No Session Cache (-nosessioncache)
to disable this feature. Session caching is enabled by default.
While the database is running, you may change this parameter using PROMON or through the _DbParams VST. This change only affects the primary broker and any newly spawned servers. Changes to existing secondary brokers while the database is running require a restart.