How to programmatically create new browser sessions in IE every time a user accessed an application URL in new browser window

后端 未结 1 742
Happy的楠姐
Happy的楠姐 2021-01-23 21:15

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 “F

1条回答
  •  走了就别回头了
    2021-01-23 21:26

    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.

    0 讨论(0)
提交回复
热议问题