# File lib/rails_warden.rb, line 60 def reset_session! raw_session.inspect # why do I have to inspect it to get it to clear? raw_session.clear end