inactive-timeout

Syntax

inactive-timeout = number_of_seconds

Description

Integer value for lifetime, in seconds, of inactive entries in the credential cache.

The value can be configured for a specific session cache (authenticated or unauthenticated) by adding an additional entry, prefixedby auth or unauth.

Options

number_of_seconds
The minimum number for this value is 0. WebSEAL does not impose a maximum value.

A stanza entry value of "0" disables this inactivity timeout feature (inactivity timeout value is unlimited). The control of cache entries is then governed by the timeout and max-entries stanza entries.

When a cache is full, the entries are cleared based on a least-recently-used algorithm.

Usage

This stanza entry is required.

Default value

600

Example

inactive-timeout = 600
unauth-inactive-timeout = 300