aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session/mem_cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* 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