Here's an article: https://www.cloudways.com/blog/setup-redis-as-session-handler-php/
Mar 25, 2019
3
Level 3
How to manage PHP sessions when scaling?
Hi, When we decided to scale the app across multiple servers, one problem we are facing now is how to manage sessions. Technically we can say, we should use Redis service to mange sessions or something. But I would eager to know how people in production environment handled this kind of scenario. How Laracast handles this?
Did you have a dedicated server with Redis service to manage the session? if so isn't it a single point of failure? Or did you use some other technique?
Highly appreciate any comments or references.
Thank you :)
Please or to participate in this conversation.