Load balancing and state preservation
-
hello,
I have difficulties preserving state among multiple WP/PHP servers. My setup includes 3 servers – 2 WP/PHP and 1 HAproxy load-balancer. I access the later and it alternatingly transfers the load to one of PHP servers.The problem I encountered is how to perserve “User Logged in” state among both servers.
I set up $_SESSION sharing via memcache, only to find out WordPress doesn’t use $_SESSIONs at all. (memcached does work)
How should I preserve and share the “logged in state” among multiple servers?
Thank you 🙂
The topic ‘Load balancing and state preservation’ is closed to new replies.