You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/load-balancing/understand-basics/session-affinity.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,16 @@ Origin drain is not supported for load balancers in [DNS-only mode (gray cloud)]
55
55
56
56
{{</Aside>}}
57
57
58
+
### Zero Downtime Failover
59
+
60
+
Zero Downtime Failover automatically sends traffic to origin servers within a pool during transient network issues. This helps reduce errors shown to your users when issues occur in between active health monitors.
61
+
62
+
You can enable one of three options:
63
+
64
+
-**None**: No failover will take place and errors may show to your users.
65
+
-**Temporary**: Traffic will be sent to other origin(s) until the originally pinned origin is available.
66
+
-**Sticky**: The session affinity cookie is updated and subsequent requests are sent to the new origin moving forward as needed.
67
+
58
68
---
59
69
60
70
## Enabling Session Affinity via the Cloudflare API
0 commit comments