A
albertly
How can I create a new session from the existing session in asp.net
when new IE session is opened using javascript's window.open method or
user's hyperlink click?
I have a web application which needs two different sessions.
When user clicks on a link in the existing session,
application pops up new window and the new session should start from here
onwards for this instance of IE.
I need the old session to continue in the parent IE instance.
How can I do that?
Thanks in advance
when new IE session is opened using javascript's window.open method or
user's hyperlink click?
I have a web application which needs two different sessions.
When user clicks on a link in the existing session,
application pops up new window and the new session should start from here
onwards for this instance of IE.
I need the old session to continue in the parent IE instance.
How can I do that?
Thanks in advance