IE8 losing session cookies in popup windows
问题 We have an ASP.NET application that uses Forms Auth. When users log in, a session ID cookie and a Forms Auth ticket (stored as a cookie) are generated. These are session cookies, not permanent cookies. It is intentional and desirable that when the browser closes, the user is effectively logged out. Once a user logs in, a new window is popped up using window.open(\'location here\'); . The page that is opened is effectively the workspace the user works in throughout the rest of their session.