Possible Duplicate:
No secret option provided to Rack::Session::Cookie warning?
I just created a new rails 3.2.8 app and ran the following command
rails g paperclip myModel image
I get this warning afterwards
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.
Thats all good and great but what am I supposed to do with this. Any ideas
Thanks