ssl-session-cache-size

This stanza entry specifies the number of concurrent sessions supported by a Verify Identity Access server or service.

Syntax

ssl-session-cache-size = numeric value

Description

A larger cache size can improve the Secure Sockets Layer (SSL) security performance of the server if you add additional memory.

The cache size can be 1-524,288 number of concurrent sessions.

Note: You might need to double the SSL session cache size for a target maximum cache size. For example: if you want a cache size of 8,192, set the ssl-session-cache-size parameter value to 16,384.

Options

numeric value
The cache size can be 1-524,288 number of concurrent sessions.

Usage

Optional.

Default value

The default value is 1024.

Example

The following example sets the cache size at 1024.
ssl-session-cache-size = 1024