Add a mechanism to format the sticky cookie value
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
This commit is contained in:
parent
70a02158e5
commit
dc8d5ef744
5 changed files with 49 additions and 6 deletions
|
@ -167,8 +167,8 @@ For now, only round robin load balancing is supported:
|
|||
|
||||
#### Sticky sessions
|
||||
|
||||
When sticky sessions are enabled, a cookie is set on the initial request and response to let the client know which server handles the first response.
|
||||
On subsequent requests, to keep the session alive with the same server, the client should resend the same cookie.
|
||||
When sticky sessions are enabled, a `Set-Cookie` header is set on the initial response to let the client know which server handles the first response.
|
||||
On subsequent requests, to keep the session alive with the same server, the client should send the cookie with the value set.
|
||||
|
||||
!!! info "Stickiness on multiple levels"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue