| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
We should leverage the request / response objects that the superclass
has already allocated for us.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
to Session::AbstractStore.
|
|
[#2403 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
|