This project is archived and is in readonly mode.
SessionHash#delete not implemented
Reported by Alexey Borzenkov | April 20th, 2009 @ 10:51 PM | in 2.x
In file actionpack/lib/action_dispatch/middleware/session/abstract_store.rb SessionHash#delete is not implemented. Because of this session.delete(key) will not work if session is not loaded at the time.
The solution is to implement SessionHash#delete the same way SessionHash#[] and SessionHash#[]= are implemented.
Comments and changes to this ticket
-
Alexey Borzenkov April 26th, 2009 @ 11:58 AM
- Tag changed from sessions to patch, sessions
-
Alexey Borzenkov August 31st, 2009 @ 08:17 PM
- Tag changed from patch, sessions to invalid, patch, sessions
This bug is superseded by #3056, which is now resolved
-
Ryan Bigg April 14th, 2010 @ 05:18 AM
- State changed from new to duplicate
- Tag changed from invalid, patch, sessions to patch, sessions
Duplicate of #3056
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>