Web Policy Agents 5.9.1

Disable Keep Alive (deprecated)

A flag to specify how the agent connects to AM during the session validation process. Session validation is a process composed of several requests going to and coming from AM.

false: The agent opens a single connection to AM which is reused to satisfy every request required for a session, then closes it. Use this value to reduce the overhead of opening and closing connections to AM.

true: The agent opens and closes a connection for every request required when validating a session. Use this value if you use load balancers or reverse proxy servers that do not allow applications to keep connections open.

Property name

org.forgerock.agents.config.keepalive.disable

Property aliases

org.forgerock.agents.config.keepalive.disable (since 4.x)

Type

Unused

Bootstrap property

No

Required property

No

Restart required

No

Copyright © 2010-2023 ForgeRock, all rights reserved.