Created
September 22, 2010 19:28
-
-
Save czarneckid/592330 to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the following in config/environment.rb:
insert middleware to strip Set-Cookie response headers for requests
require 'lib/agora/cookie_monster'
config.middleware.insert_before(ActionController::Session::CookieStore, Agora::CookieMonster)