persistent-con-timeout

Syntax

persistent-con-timeout = number_of_seconds

Description

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 value

5

Example

persistent-con-timeout = 5