aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/cache_store.rb
Commit message (Expand)AuthorAgeFilesLines
* implement abstract store methodsAaron Patterson2015-09-041-3/+3
* Explained how to set session expiry through session_store configIain Beeston2015-02-271-3/+6
* Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-3/+3
* remove unnecessary memcache equire in ActionDispatch::Session::CacheStoreBrian Durand2012-02-281-1/+0
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+50