I need to open a second browser window or tab, but it must have a different \[code\]session ID\[/code\]. Opening the new browser window from an ASP.NET page is easy, but then it shares the same cookie and thus \[code\]session ID\[/code\] with the original. How can I do this?