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_threadsDescription
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:
Unlimited.
Example:
concurrent-session-threads-soft-limit = 5