Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use request.session.id instead of request.session_options[:id] | Brian John | 2015-03-12 | 1 | -8/+0 |
| | | | | | | | | | As of the upgrade to Rack 1.5, request.session_options[:id] is no longer populated. Reflect this change in the tests by using request.session.id instead. Related change in Rack: https://github.com/rack/rack/commit/83a270d6 | ||||
* | cleaning up some warnings on 1.9.3 | Aaron Patterson | 2011-02-07 | 1 | -2/+1 |
| | |||||
* | Inherit TestSession from Session::AbstractStore and add indifferent access ↵ | Joshua Peek | 2009-04-26 | 1 | -11/+12 |
| | | | | to Session::AbstractStore. | ||||
* | added tests for session options being defaulted correctly to rack defaults ↵ | Kenny Ortmann | 2009-04-07 | 1 | -0/+35 |
[#2403 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> |