Home > Configuration > SSL > setsslvserver_sessreuse

setsslvserver_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

vservername

Name of the SSL virtual server for which to set advanced configuration.
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 = 120.
Maximum value = 0xFFFFFFFE.

Return Value

Returns simpleResult

See Also