Persistent HTTP connections

At the HTTP communication layer, WebSEAL maintains persistent connections between the client browser and WebSEAL, and between junctioned web servers and WebSEAL.

Client connections are controlled by the following entries in the [server] stanza of the WebSEAL configuration file:

Junction connections are controlled by the following entries in the [junction] stanza of the WebSEAL configuration file:

WebSEAL supports HTTP/1.1 persistent connections. HTTP/1.0 persistent connections are not supported.

Parent topic: Communication protocol configuration