Asp.Net: Open a second browser window with new session id

Posted by Daniel Brink on Stack Overflow See other posts from Stack Overflow or by Daniel Brink
Published on 2010-04-15T12:21:57Z Indexed on 2010/04/15 12:33 UTC
Read the original article Hit count: 338

Filed under:
|
|
|

Right google isn't helping me on this one. I need to open a second browser window or tab, but it must have a different session id. Opening the new browser window from my asp.net page is easy, but then it shares the same cookie and thus session ID with the original. So how can I do this? I need the original browser window to keep its cookies and session and the new browser window to have a new session.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about session