I created a controller to serve dynamic stylesheets, so I can use the image_tag helper and add some cache control.
The problem is that every time the css file is loaded
Simply done by setting the session_store to :disabled like so:
session_store
:disabled
MyApp::Application.config.session_store :disabled
That will completely disable the session as well as access to the flash.
flash