Azure: Configure Load Balancer For Sticky Sessions
In this post, we learn how sticky session configured on Azure Load Balancer we explain what a sticky session is in simple words.
Sticky Sessions
When a client starts a session in one of the web servers, session stays in that specific server.
Non-Sticky Sessions
In a Non-sticky Session example. session are dispatched randomly , depending on the load balancing policy.
Configure An Azure Load-Balancer For Sticky Sessions
In the following image we can see sticky session configuration from Azure Portal.