aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/session/abstract_store.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | with the server side stores [#1591 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* 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