Posts tagged ‘cookie



I’m working on the web version of the Blackjack game. This is done using the Sinatra framework for Ruby. While running the development web server (Shotgun/Thin) and using sessions, you may get the following warning in the console: SECURITY WARNING: No secret option provided to Rack::Session::Cookie. This poses a security threat. It is strongly recommended […]