Possible Duplicate:
No secret option provided to Rack::Session::Cookie warning?
While creating scaffolding, I got this error today:
SECURITY WARNING: No secret option provided to Rack::Session::Cookie. This poses a security threat. It is strongly recommended that you provide a secret to prevent exploits that may be possible from crafted cookies. This will not be supported in future versions of Rack, and future versions will even invalidate your existing user cookies.
But the key is set in config/initializers/secret_token.rb
.
Am I supposed to do anything or is this just a standard warning which I can safely ignore since I already have the key?