aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session/abstract_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Be sure to call superJeremy Kemper2008-12-181-0/+1
* Conditionally inject session middleware instead of using session managementJoshua Peek2008-12-181-1/+13
* Persistent session identifier support for CookieSessionStore and API compat. ...Lourens Naude2008-12-181-0/+14
* Clear empty nil values in session hash before savingJoshua Peek2008-12-151-1/+3
* Switch to Rack based session stores.Joshua Peek2008-12-151-0/+129