Home > Configuration > SSL > setsslprofile_sessreuse

setsslprofile_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

name

Name for the SSL profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the profile is created.
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

The Session timeout value in seconds.
Default value = 120.
Maximum value = 0xFFFFFFFE.

Return Value

Returns simpleResult

See Also