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,

Can you verify that you’re getting cookies (specifically your session
ID) from IE6/Safari on Windows?

On Jun 10, 10:47 am, Fernando P. [email protected]

Kendall G. 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.

Fernando P. wrote:

Kendall G. 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