Session Affinity
Everything on SkillVeris tagged Session Affinity — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Load Balancer Algorithm?
A load balancer algorithm is the rule a load balancer uses to decide which backend server receives each incoming request — common examples include round robin,…
What are Sticky Sessions in Load Balancing?
Sticky sessions (session affinity) are a load balancer configuration that routes all requests from a given client to the same backend server for the duration o…