I am receiving the expcetion CGI::Session::CookieStore::TamperedWithCookie
after changing the config.action_controller.session.secret
setting on an app (as part of preparation to full deployment.
Am I right in assuming that changing the secret while testers have cookies set is the cause of this, and what other cause could there be (both due to secuirty attacks, and coding issues)