Displaying 1 result from an estimated 1 matches for "hit_id".
Did you mean:
bit_id
2013 Jan 09
4
CSRF resets my session in Firefox
...works in Chrome and Safari (haven''t tested IE yet), but Firefox is a
no-go. Basically, the session gets reset by CSRF (I confirmed this by
setting config.action_controller.allow_forgery_protection to false and
it works), but the weird thing is that upon inspecting the session, I DO
have a hit_id, but no shopper_id!! This completely breaks my form and is
frustrating as hell :P
I''m running on Rails 3.2.11 and Ruby 1.9.3p327. Any and all help would
be appreciated!
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Grou...