I can't seem to find it anywhere... How do I delete/destroy/reset/empty/clear a user's session in Rails? Not just one value but the whole thing..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To clear the whole thing use the reset_session method in a controller.
Here's the documentation on this method: http://api.rubyonrails.org/classes/ActionController/Base.html#M000668
Good luck! |
|||||
|