#StickySessions with @ApacheAPISIX - the demo https://blog.frankel.ch/sticky-sessions-apache-apisix/2/
#stickysessions #sessionaffinity #hazelcast #springsession #springsecurity
#StickySessions, also known as session affinity, is a mechanism by which a routing component that acts as a facade always routes a request to the same underlying upstream node.
In this post, I’ll describe the reason behind sticky sessions, available alternatives, and how to implement them via #ApacheAPISIX.