| setsslservice_sessreuse |
Use this method to set state of session reuse. Establishing the initial handshake requires CPU-intensive public key encryption operations. With the ENABLED setting, session key exchange is avoided for session resumption requests received from the client. |
Syntax |
Parameters |
servicename |
Name of the SSL service. This is mandatory parameter. |
sessreuse |
State of session reuse. Establishing the initial handshake requires CPU-intensive public key encryption operations. With the ENABLED setting, session key exchange is avoided for session resumption requests received from the client. Default value = ENABLED. Possible Values : ENABLED, DISABLED. |
sesstimeout |
Time, in seconds, for which to keep the session active. Any session resumption request received after the timeout period will require a fresh SSL handshake and establishment of a new SSL session. Default value = 300. Maximum value = 0xFFFFFFFE. |
Return Value |
Returns simpleResult |
See Also |