public
Description: Catch and handle the CGI::Session::CookieStore::TamperedWithCookie exception that comes from changing the Rails secret string. See http://blog.insoshi.com/2008/08/15/a-security-issue-with-rails-secret-session-keys/
Homepage:
Clone URL: git://github.com/mhartl/catch_cookie_exception.git
README.markdown

CatchCookieException

Implements the plugin from the blog post A security issue with Rails secret session keys.

Install this plugin as follows:

$ script/plugin install git://github.com/mhartl/catch_cookie_exception.git

Copyright (c) 2008 Michael Hartl, released under the MIT license