Maximum session cache entries value

The max-entries stanza entry, located in the [session] stanza of the WebSEAL configuration file, specifies the maximum number of session cache entries in the WebSEAL unauthenticated and authenticated session caches.

This value corresponds to the number of concurrent login sessions. When the cache size reaches this value, entries are removed from the cache according to a least recently used algorithm to allow new incoming logins.

The following conditions affect the specified value:

WebSEAL does not impose a maximum value. See the guidelines on maximum size of integer values in Guidelines for changing configuration files. The default number of concurrent login sessions is 4096:

[session]
max-entries = 4096

The value for a particular session cache (either unauthenticated or authenticated) can be supplied by prefixing the configuration entry with the session cache name (either unauth or auth). For example:

unauth-max-entries = 1024

Parent topic: WebSEAL session cache configuration