Skip to content

Instantly share code, notes, and snippets.

@zackham
Created July 15, 2010 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackham/476445 to your computer and use it in GitHub Desktop.
Save zackham/476445 to your computer and use it in GitHub Desktop.
ActionController::Base.session = {
:key => '_old_cookie_name',
:secret => 'yoursecret'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment