Is it possible to force browser instance specific cookies in IE?

冷暖自知 提交于 2019-12-11 04:21:32

问题


If IE9 is started with the -nomerge option, session cookies will be separate for each instance

Is there any way to force this behavior to occur from within IE itself? For example, Silverlight telling the browser it is running a new instance?

Can the Browser Session ID be changed programatically
(Some type of "open new instance nomerge") ?

Would this cause separate session cookies to be used?


回答1:


No, there's no mechanism to do this from within web content. (FWIW, HTML5 sessionStorage is partitioned per tab, even though session cookies are shared).



来源:https://stackoverflow.com/questions/6145442/is-it-possible-to-force-browser-instance-specific-cookies-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!