Skip to content Skip to sidebar Skip to footer

How To Programmatically Create New Browser Sessions In Ie Every Time A User Accessed An Application Url In New Browser Window

How to programmatically create new browser sessions in IE every time a user accessed an application URL in new browser window? This is similar to simulating the manual action “Fi

Solution 1:

I personally would not try to fight the default session behavior of the browser, but would rather have the application handle separate parallel sub-sessions. So, if a user in one session wanted to open a new session, you could perhaps open a new tab, with sub-session id passed in URL parameters. You could then propagate each subsession by passing along the subsession information.


Post a Comment for "How To Programmatically Create New Browser Sessions In Ie Every Time A User Accessed An Application Url In New Browser Window"