concurrent-session-threads-hard-limit

Use the concurrent-session-threads-hard-limit stanza entry to specify the maximum number of concurrent threads that a single user session can use before WebSEAL stops processing requests for the session.

concurrent-session-threads-hard-limit = number_of_threads

Description

The maximum number of concurrent threads that a single user session can consume. When a user session reaches its thread limit, WebSEAL stops processing any new requests for the user session and returns an error to the client.

If we do not specify a value for this entry, there is no limit to the number of concurrent threads that a user session can consume.

Options

Usage:

This stanza entry is optional.

Default:

Unlimited.

Example:

concurrent-session-threads-hard-limit = 10

Parent topic: [server] stanza