On Thu, Mar 17, 2011 at 9:03 AM, Joel <joel@xxxxxxxxxxxxxx> wrote: > Take a look at MCache: http://www.mohawksoft.org/?q=node/8 > > A drop in distributed replacement for php sessions. > One important distinction to draw is that distributed != replicated. Replication is something extra, as the discussion I linked to illustrates. Looking over the homepage for MCache regarding replication: "Is mcache redundant? No." Though it does appear MCache supports a persistent store (NFS or SQL backend). What OP initially suggested, repcache, does add replication for memcached, however it does not add a persistent store; membase offers replication + persistent store so it seems well suited for session storage. -nathan