Sun Java System Web Server 7.0 Update 7 Administrator's Configuration File Reference

ssl-session-cache

The ssl-session-cache element configures the SSL/TLS session cache. This element may appear zero or one time within the server element. For more information, see server.

Subelements

The ssl-session-cache element can contain the following subelements:

Table 3–54 List of ssl-session-cache Subelements

Element 

Occurrences 

Description 

enabled

0 or 1 

Determines whether the server caches SSL/TLS sessions. The default value is true.

max-entries

0 or 1 

The maximum number of SSL/TLS sessions the server will cache. The value can be from 1 to 524288. 

max-ssl2-session-age

0 or 1 

The maximum amount of time to cache an SSL2 session. The value can be from 5 to 100. 

max-ssl3-tls-session-age

0 or 1 

The maximum amount of time to cache an SSL3/TLS session. The value can be from 5 to 86400. 

See Also