What is the difference between session affinity and sticky session in context of load balancing servers?
Sticky session means that when a request comes into a site from a client all further requests go to the same server initial client request accessed. I believe that session affinity is a synonym for sticky session.