If the same memcache instance is used for multiple applications then it's currently possible to experience a conflict on the session ID which is used as part of the key for the value in memcache. Add an optional parameter to the constructor of each of the memcache locks to allow an additional namespace prefix to the key.
If the same memcache instance is used for multiple applications then it's currently possible to experience a conflict on the session ID which is used as part of the key for the value in memcache. Add an optional parameter to the constructor of each of the memcache locks to allow an additional namespace prefix to the key.