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 on this
problem now about we're about to jump off bridge.
I appears cookies are lost with IE7. I've seen another post here but
not a solution.
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 on this
problem now about we're about to jump off bridge.
I appears cookies are lost with IE7. I've seen another post here but
not a solution.
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 session storage mechanism if not file based.
We figured it out. IE misbehaves if the subdomain has an underscore in
it. Ours did.
Pete
Actually, some would argue that IE did the right thing, sort of, and
that Firefox misbehaved. I ran into the same problem a number of months
ago with Safari. Firefox worked, but Safari didn't. It was the same
problem. A couple of people posted and pointed out that the RFC for URLs
does not permit underscores in the hostname (what you are calling the
subdomain, I think). The funny part is that if the browsers were
completely standards compliant, the web sites shouldn't work in them at
all. In my case (and I think your's), you can access the web sites, but
it's the cookie that's failing.