Difference between session affinity and sticky session?

后端 未结 7 1394
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 05:41

What is the difference between session affinity and sticky session in context of load balancing servers?

7条回答
  •  情歌与酒
    2020-12-04 05:57

    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).

提交回复
热议问题