[Rails] Re: Session lost with IE7 but not FF... 8 hours hit head/wall

2008-09-30 Thread Peter Alvin
Thanks for your suggestions! We figured it out. IE misbehaves if the subdomain has an underscore in it. Ours did. Pete -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "R

[Rails] Re: Session lost with IE7 but not FF... 8 hours hit head/wall

2008-09-30 Thread blasterpal
I would take a step back and try running the test server in "production mode" by simply changing the database.yml. This can get the apples to apples comparison even closer and might yield different results. Rails behaves a little different in my experience in each of the modes. Also look at your

[Rails] Re: Session lost with IE7 but not FF... 8 hours hit head/wall

2008-09-30 Thread Borja Martín
Hope this link helps you: http://szeryf.wordpress.com/2008/01/21/cookie-handling-in-multi-domain-applications-in-ruby-on-rails/ Regards Peter Alvin escribió: > Our production site works great on IE7/FF but SAME code on test server > fails for IE7...works great with FireFox. We've spent 8 hours