search for: memcachesessionstore

Displaying 1 result from an estimated 1 matches for "memcachesessionstore".

2007 Feb 02
6
Mongrel and MemcacheSessionStore
...I''ve been using Mongrel for quite some time now but I ran into an issue that threw me back to lighttpd + fastcgi. The application in question was running fine in the production environment with SQLSessionStore and using a mongrel cluster behind a load balancer. However, by switching to a MemcacheSessionStore (using either memcache-client or Ruby-MemCache), users kept being logged out due to the fact that the processes lost their connection to the memcache server (they reconnected but the users were already "logged out"). The funny thing is that this behaviour didn''t occur if only on...