ASP.Net session behavior in Internet Explorer

1.5k Views Asked by At

I have a requirement to open a new window from Internet Explorer, but the new window should be in new asp.net session. It should not share the same session of previous opened window or the parent window. How can it be possible? Any thoughts?

I'm using window.open('mywindow.aspx') from parent page javascript to open new windows.

0

There are 0 best solutions below