Hi, I got the following servers layout.
Couple of servers, with a load-balancer in the front, On each server I have my own server application and mySql with replication. I want to use memcached as the mechanism to share the clients sessions between the servers. I want to make sure that whatever I cache on one machine would be cached on the other as well. How can I do that in memcached? thanks for your time and advise.
