Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : No Session Reuse (-nosessionreuse)
 

No Session Reuse (-nosessionreuse)

Use No Session Reuse (-nosessionreuse) when you do not want to reuse a Secure Sockets Layer (SSL) session ID to reconnect to the same SSL-enabled database server.
Operating system and syntax
UNIX / Windows
-nosessionreuse
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Client Connection
For more information, see OpenEdge Getting Started: Core Business Services - Security and Auditing.
Note: OpenEdge SSL turns on SSL session reuse by default. So, after the initial connection to a given host (-H) and port (-S), each subsequent connection to the same host and port restarts the SSL session and ignores any different connection parameters that are specified for the subsequent connection, including -nosessionreuse. If you want to change SSL socket options (such as -nohostverify) for each subsequent connection to a given host and port, be sure to specify the -nosessionreuse parameter on the initial SSL socket connection to that same host and port.