Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>For us, <a href="https://stackoverflow.com/questions/200890/asp-net-popup-browser-windows-and-session-cookies">ASP.NET: Popup browser windows and session cookies</a> had the relevant answer. In our case, a Jetty webserver is used, so be careful what you filter. </p> <p>Starting the browser from a "regular" shortcut on the desktop referring to the website. With IE8. (I didn't find my MSDN reference, but I think it's Windows XP only.) Note: Citrix users often are forced to use the links on the desktop. So this might resolve the Citrix part of the issues. </p> <p>There are more very similar questions on here. Have you checked out all the posts here on stackoverflow including:</p> <ol> <li><a href="https://stackoverflow.com/questions/1324181/ie8-losing-session-cookies-in-popup-windows">IE8 losing session cookies in popup windows</a> (which was also suggested as an answer to a similar issue regarding IE7: <a href="https://stackoverflow.com/questions/3689258/asp-net-2-0-session-variables-lost-in-pop-up-window-in-ie-7-when-deployed-on-ser">ASP.NET 2.0 Session variables lost in pop up window in IE 7 when deployed on server</a> )</li> <li><a href="https://stackoverflow.com/questions/179260/ie8-loses-cookies-when-opening-a-new-window-after-a-redirect">IE8 loses cookies when opening a new window after a redirect</a> (also referred to in the first question) is an issue with a popup being opened from a modal popup or somesuch. IE 8 beta release, so probably irrelevant.</li> <li><a href="https://stackoverflow.com/questions/1838555/ie8-losing-session-details">IE8 losing session details</a> (bug in a java library, so probably also not relevant)</li> </ol> <p>If I had to sum up: </p> <ol> <li>There are a lot of issues which appear to have asp.net in common. Try looking through them.</li> <li>You say no specific Internet Explorer versions appear affected. That means you might be looking at different issues for different versions of IE.</li> <li>a) I think stackoverflow should have most answers.</li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload