Skip to content

Instantly share code, notes, and snippets.

@jwoodlee
Created September 29, 2012 21:18
Show Gist options
  • Save jwoodlee/3805215 to your computer and use it in GitHub Desktop.
Save jwoodlee/3805215 to your computer and use it in GitHub Desktop.
Clearing Session in Rails
rm -R tmp/*
if active record
http://thinkingrails.blogspot.com/2007/06/rails-rake-tasks-reference.html
rake db:sessions:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment