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've 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)
Thanks in advanced :)