I'm trying to load-balance "2 Web Servers (running Apache/PHP)" by putting Nginx
at in front of them. But I need to use Round Robin algorithm but when i do this, I can't manage to have the stable SESSIONS.
(I understand; if I use Round Robin, the SESSION information will be lost once i hit to the another Server on next load)
Is there a proper way to achieve this? Any kind advice for the industrial standards on this please?
FYI, I have already put these 2 Web Servers into GlusterFS
as in Cluster. So I have a common storage (if you are going to suggest something based on this)