Jason Lee
2008-Aug-21 20:24 UTC
Re: Ruby Sessions - getting created for every request from I
Sandeep Gudibanda wrote:> I use act_as_authenticated..But no luck with cracking this bug though.:(So I''ve been monitoring our app and so far, some of the IE machines we were having problems with are working - *so far*. We''re still working on testing the other ones. Plus, I don''t know if it matters, but we''re using SSL with all the auth. What I did was switch over to active record session store. In doing this I had to make sure the protect_from_forgery with secret was uncommented in the application.rb controller. Also, I had a few forms that I generated by hand (for some optimized js stuff) and I had to go back to them to make sure that they included the auth tag <input name="authenticity_token" type="hidden" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> After that, things seemed to be ok. This is the first time I''ve used the active record store and it is noticeably slower (maybe just to me), but I can live with it as long as things work. I''m curious how other sites are not experiencing this same issue..? Maybe this might help? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---