A sticky session, also called session persistence, causes a load balancer to continue directing a particular user's requests to the same backend server for a defined period.
Sticky sessions can be useful for applications that temporarily store session information on individual servers.