Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.165 SSLSessionCacheSize

SSLSessionCacheSize specifies the maximum size of the session cache.

Description

SSLSessionCacheSize specifies the maximum memory size (in bytes) of data, such as session ID information, that is to be cached in the memory of the SSL session management cache server gcache. If 0 is specified, the gcache server does not start and session caching is not performed.

If max is specified, the maximum size is not set. When only server authentication is being used, approximately 200 bytes are used per SSL session. When client authentication is also being used, approximately 1 kilobyte is used per SSL session.

Syntax

SSLSessionCacheSize {size|max}

Specifiable values

0 to 2147483647

Default value

If the definition item is omitted

16777216

Location where it can be written

httpsd.conf

Example

SSLSessionCacheSize 1024