Cache entry timeout value

The stanza entries for setting the maximum lifetime timeout for an entry in the SSL session ID cache are located in the [ssl] stanza of the WebSEAL configuration file. There are two stanza entries: one for SSL v2 connections (ssl-v2-timeout) and one for SSL v3 connections (ssl-v3-timeout). The SSL v3 session timeout is also used for TLS v1 connections. The default SSL v2 session timeout (in seconds) is 100 (with a possible range of 1-100):

[ssl]
ssl-v2-timeout = 100

The default SSL v3 session timeout (in seconds) is 7200 (with a possible range of 1-86400):

[ssl]
ssl-v3-timeout = 7200

Parent topic: SSL session ID cache configuration