StageLeft
No Lifer
Well, this is just very strange.
I have a .NET 2.0 web app that uses the standard request and response.cookies classes in the framework. These work perfectly in Firefox and in IE.
The application resides on Server A. On Server B I have an asp application with some pages and on one of these pages is an iframe that simply points to the app on Server A, similar to if you made a web page and a window of it pointed to CNN or ford.com or something. Server C is the prod version of B. Same code base, different machine, it also points to Server A's web app (only one version of the Server A web app).
This works perfectly, including the cookies on Server B. However, when we move from the dev to production environment for the other asp web pages, so we're going from Server B with an iframe of the A web app to server C with an iframe of the A web app, cookies only work in Firefox! In IE they absolutely, 100% do not work at all! They don't display, don't save or anything. When I go back to Server B to look at A in its iframe or navigate directly to A, the cookies are perfect.
I thought maybe IIS on Server C had its settings weird, but they do work with firefox. And in any case, Server A, with the actual web app NEVER changes!
I have a .NET 2.0 web app that uses the standard request and response.cookies classes in the framework. These work perfectly in Firefox and in IE.
The application resides on Server A. On Server B I have an asp application with some pages and on one of these pages is an iframe that simply points to the app on Server A, similar to if you made a web page and a window of it pointed to CNN or ford.com or something. Server C is the prod version of B. Same code base, different machine, it also points to Server A's web app (only one version of the Server A web app).
This works perfectly, including the cookies on Server B. However, when we move from the dev to production environment for the other asp web pages, so we're going from Server B with an iframe of the A web app to server C with an iframe of the A web app, cookies only work in Firefox! In IE they absolutely, 100% do not work at all! They don't display, don't save or anything. When I go back to Server B to look at A in its iframe or navigate directly to A, the cookies are perfect.
I thought maybe IIS on Server C had its settings weird, but they do work with firefox. And in any case, Server A, with the actual web app NEVER changes!