aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session/abstract_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Took out the domain option logic to cookies.rb.Rizwan Reza2010-06-111-12/+0
* Moved Domain regexp to a constant and added comments.Rizwan Reza2010-06-111-1/+8
* The previous commit didn't work with complex domains, which is now fixed.Rizwan Reza2010-06-111-4/+4
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-111-1/+6
* Stop the flash middleware from forcibly loading sessions even if the user doe...wycats2010-06-041-4/+4
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-45/+37
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-34/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Fix const reference for SessionRestoreErrorJoshua Peek2010-01-151-1/+1
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+1
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-3/+6
* SessionHash#update and SessionHash#delete are missing a call to load! [#3056 ...Joshua Peek2009-08-311-0/+2
* Revert "Only save the session if we're actually writing to it [#2703 state:re...Joshua Peek2009-05-301-10/+1
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-1/+10
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-3/+25
* Fix typo in stale session check [#2404 state:resolved]Joshua Peek2009-04-261-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-24/+37
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-2/+4
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+166