hi all how to expire session in memcache session_store regards -- Posted via http://www.ruby-forum.com/.
On May 14, 2006, at 6:45 AM, Joe Black wrote:> how to expire session in memcache session_storea) Wait for it to fall out of the LRU all by itself b) Delete the key manually (you''d have to track session expiry time and key separately). I recommend going with option a. -- Eric Hodel - drbrain@segment7.net - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com