Sticky Session

A Sticky Session is a type of load balancing where the load balancer ties a user's session to a specific server.

This means that all requests from the user during their session will be sent to the same server. This is beneficial because it allows the server to maintain state information about the user, such as what items are in their shopping cart.


Previous term: SSL

Next term: TCP