IE8 & ASP.Net Forms Authentication Cookies fail when opening multiple browsers
问题 I have the code below on a login page. I'm using this to set the login timeout by customer. In IE8 I'm running into the problem that if a user opens another browser window, then logs out in the first window, when they relog back in they get bounced back to the login after a single page (every time). If they don't open another browser, everything is fine. I've found ALOT of questions about this, but the only solution I've found that works is to use the cookieless method (URI). I've seen a few