This project is archived and is in readonly mode.
session.clear should actually clear out the session
Reported by Aaron Patterson | July 1st, 2010 @ 10:33 PM | in 2.3.9
Since upgrading to 2.3.8 (from 2.3.5), session.clear doesn't seem to clear out the session.
I've attached a patch with a test and fix.
Comments and changes to this ticket
-
Aaron Patterson July 1st, 2010 @ 10:40 PM
- Milestone changed from 3.x to 2.3.9
Changing milestone.
-
Aaron Patterson July 1st, 2010 @ 11:05 PM
Another patch that ports my previous patch to the master branch.
-
Repository July 1st, 2010 @ 11:37 PM
- State changed from new to resolved
(from [67e18c523cbe55e21742ec631b90218f46c45513]) fisting Session::AbstractStore#clear to actually clear the session. [#5030 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/67e18c523cbe55e21742ec631b9021... -
Repository July 1st, 2010 @ 11:37 PM
(from [f8720a04d129668c7554c1a7270fba5418510b47]) porting session.clear fix to master branch. [#5030 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/f8720a04d129668c7554c1a7270fba...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 5030 session.clear should actually clear out the session (from [67e18c523cbe55e21742ec631b90218f46c45513]) fisting...
- 5030 session.clear should actually clear out the session (from [f8720a04d129668c7554c1a7270fba5418510b47]) porting...