max-cached-persistent-connections
max-cached-persistent-connections = number_of_connectionsDescription
The maximum number of persistent connections stored in the cache for future use. Connections with junctioned Web servers will be cached for future use unless the configured limit (as defined by this configuration entry) is reached, or unless the connection:close header is received in the HTTP response. If this setting is enabled, there is the potential for different user sessions to use the same connection when processing junction requests. To disable the persistent connection functionality, specify a max-cached-persistent-connections value of zero (0).We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [junction:{junction_name}] stanza.
where {junction_name} refers to the junction point for a standard junction (including the leading / character) or the virtual host label for a virtual host junction.
Options
number_of_connections Integer value indicating the maximum number of persistent connections stored in the cache for future use. A value of zero (0) disables this support. WebSEAL imposes no maximum on this value.
Usage:
This stanza entry is required.
Default value
0
max-cached-persistent-connections = 0Parent topic: [junction] stanza