TamperedwWithCookie error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikeglaz
    New Member
    • Aug 2008
    • 1

    TamperedwWithCookie error

    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::C ookieStore::Tam peredWithCookie in Rails/infoController# properties

    CGI::Session::C ookieStore::Tam peredWithCookie

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

    any ideas?

    mike
  • improvcornartist
    Recognized Expert Contributor
    • May 2007
    • 303

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

    Comment

    Working...