aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb
Commit message (Collapse)AuthorAgeFilesLines
* Sessions should not be created until written to and session data should be ↵Michael Lovitt2010-06-231-0/+9
| | | | | | | | destroyed on reset. [#4938] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Cut the fat and make session stores rely on request.cookie_jar and change ↵José Valim2010-05-181-2/+2
| | | | set_session semantics to return the cookie value instead of a boolean.
* Lazy require memcache for session middlewareJoshua Peek2009-09-131-40/+35
|
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+1
| | | | | | | * Tests can be run in isolation * Dependencies added * A few tests modified to avoid depending on AS deps not depended on my files they were testing
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+51