client-list-cache-lifetime

The client-list-cache-lifetime configuration entry specifies the length of time in seconds that a client list will be cached.

Syntax

client-list-cache-lifetime = <lifetime>

Description

The WebSEAL server needs to manually delete stale entries from the Redis cache during session creation and idle timeout events. In order to be able to delete the stale entries it needs an up-to-date list of active clients of the Redis server (using the 'CLIENT LIST' Redis command). This command, depending on the number of clients which are registered with the Redis server, can be expensive and so WebSEAL will cache and reuse the returned list of clients for a small period of time. This configuration entry controls the length of time in seconds that a client list will be cached.

Options

<lifetime>
The length of time, in seconds, that a client list will be cached.

Usage

This stanza entry is optional.

Default Value

10

Example

client-list-cache-lifetime = 10