A
Andy
I have an admin section of my asp.net 2 application, and I want to be
able to automatically login as a different user (Forms Authentication)
whilst keeping my current session going too. The problem is that if I
open a new browser window (via a hyperlink using target="_blank")
from my app and automatically login, the original session is also
reset to the new one (ie all session variables that store info about
the user are set to the new user). The url of my hyperlink to the new
browser is a full, absolute URL.
If however, I launch a new browser window via the IE shortcut, I can
have two simultaneous sessions going fine.
Does anyone have any ideas how I can solve this?
Thanks, Andy
able to automatically login as a different user (Forms Authentication)
whilst keeping my current session going too. The problem is that if I
open a new browser window (via a hyperlink using target="_blank")
from my app and automatically login, the original session is also
reset to the new one (ie all session variables that store info about
the user are set to the new user). The url of my hyperlink to the new
browser is a full, absolute URL.
If however, I launch a new browser window via the IE shortcut, I can
have two simultaneous sessions going fine.
Does anyone have any ideas how I can solve this?
Thanks, Andy