What is the difference between session affinity and sticky session in context of load balancing servers?
They are the same.
Both mean that when coming in to the load balancer, the request will be directed to the server that served the first request (and has the session).