Sticky sessions with Apache APISIX

Sticky sessions, 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 these posts, I’ll describe the reason behind sticky sessions, available alternatives, and how to implement them via Apache APISIX. Sticky sessions with Apache APISIXSticky sessions with Apache APISIX - the demo

Sticky sessions, 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 these posts, I’ll describe the reason behind sticky sessions, available alternatives, and how to implement them via Apache APISIX.

  1. Sticky sessions with Apache APISIX
  2. Sticky sessions with Apache APISIX - the demo