Description
Requests can be kept on the same upstream server by adding a sticky cookie in nginx. It is useful for load-balanced applications that need session affinity.
Sticky sessions can affect failover, privacy, and cache behavior. Configure cookie attributes, upstream health checks, and fallback rules carefully.