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.

Syntax

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 you 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

number_of_threads

The maximum number of concurrent threads that a single user session can consume before WebSEAL returns an error.

Usage

This stanza entry is optional.

Default value

Unlimited.

Example

concurrent-session-threads-hard-limit = 10