Connecting Tech Pros Worldwide Help | Site Map

TamperedwWithCookie error

Newbie
 
Join Date: Aug 2008
Posts: 1
#1: Aug 4 '08
When I develop a new application using "rails demo" then run "ruby script/server" WEBrick loads fine. I point my browser to http://localhost:3000. The Welcome aboard page loads fine. But when I click on "About your application's environment" I get this error:

CGI::Session::CookieStore::TamperedWithCookie in Rails/infoController#properties

CGI::Session::CookieStore::TamperedWithCookie

When I try "rails -d mysql demo" I get the same error.

any ideas?

mike
Expert
 
Join Date: May 2007
Posts: 213
#2: Aug 4 '08

re: TamperedwWithCookie error


Do you have the sql ruby gem installed? You might also try clearing all your sessions and restarting the server.
Reply