concurrent-session-threads-soft-limit

Use the concurrent-session-threads-soft-limit stanza entry to specify the maximum number of concurrent threads that a single user session can use before WebSEAL generates warning messages.

concurrent-session-threads-soft-limit  = number_of_threads

Description

The maximum number of concurrent threads that a single user session can consume before WebSEAL generates warning messages. WebSEAL continues processing requests for this session until it reaches the configured concurrent-session-threads-hard-limit (also in the [server] stanza).

Options

Usage:

This stanza entry is optional.

Default:

Unlimited.

Example:

concurrent-session-threads-soft-limit  = 5

Parent topic: [server] stanza