Why would we use STICKY SESSIONS for LOAD BALANCERS? ...

Опубликовано: 29 Апрель 2022
на канале: Tec2Check
3,438
56

This Tec2Check video explains what a sticky session is and how load balancers can utilize such sticky sessions. It starts by explaining how clients can retain sessions they once started when the server is assigning a session object to the client. Then it shows that its sometimes not guaranteed that a load balancer distributes network traffic coming from a client to the same server each time the client requests information - which causes data losses. A sticky session instead will accommodate for that.

Timestamps:
00:00 Intro
00:08 Introduction to client-server connections
00:33 Load Balancer Issues
00:52 How Sticky Sessions can help
01:42 Outro

Music used:
www.bensound.com

Pictures used:
www.pixabay.com

Sources used:
https://www.imperva.com/learn/availab...
https://www.linode.com/docs/guides/co...
https://www.haproxy.com/de/blog/load-...

#loadbalancer
#session
#server