persistent-con-timeout
persistent-con-timeout = number_of_secondsDescription
HTTP/1.1 connection timeout, in seconds. This setting affects connections to clients, not to backend server systems.
Options
number_of_seconds HTTP/1.1 connection timeout, in seconds. Must be a positive integer. Other values have unpredictable results and should not be used. Maximum allowed value: 2147483647. A value of 0 causes WebSEAL to set the 'Connection: close' header and then close the connection on every response. If the value of this stanza entry is set to 0, the connection does not remain open for future requests.
Usage:
This stanza entry is required.
Default:
5
Example:
persistent-con-timeout = 5