educative.io

Sticky sessions

This facilitates a better user experience as the server has already processed the initial client requests and holds the client’s data in its local memory. There is no need for it to fetch the client session data from the session memory of the cluster and process the request. This reduces latency.

Is this how stickiness is implemented?

Hi @Varun_Turlapati

Yes, precisely, stickiness refers to a load balancer redirecting your request to the same server throughout your session is alive.