- Property Manager name: Persistent Connections: Client to Edge
- Behavior version: The
v2024-01-09
rule format supports thepersistent_client_connection
behavior v1.1. - Rule format status: GA, stable
- Access: Read-only
- Allowed in includes: Yes
This behavior activates persistent connections between edge servers and clients, which allow for better performance and more efficient use of resources. Compare with the persistent_connection
behavior, which configures persistent connections for the entire journey from origin to edge to client. Contact Akamai Professional Services for help configuring either.
This behavior is only supported with the HTTP/1.1 networking protocol that's automatically enabled in all properties. If you include this behavior in the same rule with http2
or http3
, edge servers honor requests using either of these protocols, but the settings specified in the persistentClientConnection
behavior won't apply. Both http2
and http3
apply persistent connections automatically.
Warning. Disabling or removing this behavior may negatively affect performance.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the persistent connections behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
timeout | string (duration) | Specifies the timeout period after which edge server closes the persistent connection with the client, 500 seconds by default. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |