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.
Syntax
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
- number_of_threads
-
Integer value representing the maximum number of concurrent threads that a single session can consume before WebSEAL generates warning messages.
Usage
This stanza entry is optional.
Default value
Unlimited.
Example
concurrent-session-threads-soft-limit = 5