Closed zeyab closed 5 years ago
Session is stored in a cookie or cache. The distributed properties are tied to which cache implementation to use. The default memory-based is not going to work across servers. A Redis one will. The cookie method will always work across a distributed env.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Is the session tied to single server? Or is the session supported in non-sticky load balancer environment?