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
This enhancement proposal extends the Upstream Settings Policy API to support session persistence for both NGINX Plus and NGINX OSS. It enables application developers to configure basic session persistence using `ip_hash` for OSS and cookie-based session persistence for NGINX Plus.
9
+
10
+
## Goals
11
+
12
+
- Extend Upstream Settings Policy API to support session persistence.
13
+
14
+
## Non-Goals
15
+
16
+
- Provide implementation details for enabling session persistence.
17
+
- Support session persistence for TLSRoute or other Layer 4 routes.
18
+
19
+
## Introduction
20
+
21
+
### Extension of Upstream Settings Policy API
22
+
23
+
24
+
- explain API
25
+
- How it works for OSS and Plus
26
+
- Describe directives
27
+
- directive contraints
28
+
- sample config
29
+
30
+
Apps using session persistence must account for aspects like load shedding, draining, and session migration as a part of their application design.
0 commit comments