Sticky session is maintaining the same connection be client and server across a Load Balancers. One simple way to do this is through a cookie client side that stores a random string that the LB can then use to route to the server1.

1. David Malan. Lecture 9 Scalability. (2013).