aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-15/+8
* Use #require_library_or_gem to load the memcache library for the MemCache ses...Rick Olson2007-10-031-1/+1
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-131-0/+4
* Added the possibility to specify atomatic expiration for the memcachd session...David Heinemeier Hansson2006-01-221-12/+18
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Fixed that MemCacheStore wasn't included by default and added default MemCach...David Heinemeier Hansson2005-01-111-1/+1
* Added MemCacheStore for storing session data in Danga's MemCache system [Bob ...David Heinemeier Hansson2005-01-041-0/+95