Memcached session manager in Azure: Connection gets forcibly closed
- by Edgar Pérez
I am using Memcached Session Manager to handle Tomcat sessions in non-sticky mode. My deployment in Azure consists of a Worker Role with two instances which connect to an Azure VM running my Memcached server.
Everything works pretty well, my session is persisted and retrieved by any of the two instances transparently. The problem arises when the…