Skip to content

Commit 9d6f57c

Browse files
[LB ]Updates session affinity support (#21117)
* Updates session affinity support * Update src/content/docs/load-balancing/understand-basics/session-affinity.mdx Co-authored-by: Pedro Sousa <[email protected]> --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent f1fcbc7 commit 9d6f57c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/load-balancing/understand-basics/session-affinity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you enable Session Affinity, choose one of the following options:
5959
:::caution[Important]
6060

6161

62-
Session Affinity by Cloudflare cookie and Client IP fallback is not supported for load balancers in [DNS-only mode (gray cloud)](/load-balancing/understand-basics/proxy-modes/).
62+
Session Affinity is not supported in [DNS-only mode (gray cloud)](/load-balancing/understand-basics/proxy-modes/).
6363

6464

6565
:::

src/content/partials/load-balancing/dns-load-balancing-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ In comparison to proxied, layer 7 load balancing, DNS-only load balancing:
99
* Performs slower failover and less accurate routing, because it has to rely on DNS resolvers and cache settings.
1010
* Cannot integrate with other Cloudflare features such as caching, Workers, and the WAF.
1111
* Increases authoritative queries against Cloudflare, which can potentially cost more for customers with usage-based billing.
12-
* Supports standard [session affinity](/load-balancing/understand-basics/session-affinity/).
12+
* Does not support [session affinity](/load-balancing/understand-basics/session-affinity/).
1313
* Geo-locates traffic based on the data center associated with the ECS source address, if available. If not available, geo-locates based on a user's recursive resolver, which can sometimes cause issues with [latency-based steering](/load-balancing/understand-basics/traffic-steering/steering-policies/dynamic-steering/).

0 commit comments

Comments
 (0)