Fernando Perez
2009-Jun-10 16:47 UTC
Authenticity token error on Safari and IE6 on Windows
Hi, I cannot log in to my Rails application using Windows and Safari or IE6. Windows + Firefox works, and Safari or Firefox on Osx works also. What in hell is going wrong? I recently switched my app from restful_auth to authlogic, could that be the reason? I don''t remember having these authenticity errors before. Regards, -- Posted via http://www.ruby-forum.com/.
Kendall Gifford
2009-Jun-10 17:28 UTC
Re: Authenticity token error on Safari and IE6 on Windows
Can you verify that you''re getting cookies (specifically your session ID) from IE6/Safari on Windows? On Jun 10, 10:47 am, Fernando Perez <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > > I cannot log in to my Rails application using Windows and Safari or IE6. > Windows + Firefox works, and Safari or Firefox on Osx works also. > > What in hell is going wrong? > > I recently switched my app from restful_auth to authlogic, could that be > the reason? I don''t remember having these authenticity errors before. > > Regards, > -- > Posted viahttp://www.ruby-forum.com/.
Fernando Perez
2009-Jun-10 19:28 UTC
Re: Authenticity token error on Safari and IE6 on Windows
Kendall Gifford wrote:> Can you verify that you''re getting cookies (specifically your session > ID) from IE6/Safari on Windows?Indeed in Safari I don''t get the cookies! How is that possible? They should be accepted. -- Posted via http://www.ruby-forum.com/.
Fernando Perez
2009-Jun-10 19:37 UTC
Re: Authenticity token error on Safari and IE6 on Windows
Fernando Perez wrote:> Kendall Gifford wrote: >> Can you verify that you''re getting cookies (specifically your session >> ID) from IE6/Safari on Windows? > Indeed in Safari I don''t get the cookies! How is that possible? They > should be accepted.Ok I found the problem: underscores in the hostname! More info here: http://www.ruby-forum.com/topic/151965 -- Posted via http://www.ruby-forum.com/.