是否可以在 IE 中强制浏览器实例特定的 cookie?
如果 IE9 使用 -nomerge 选项启动,则每个实例的会话 cookie 都是独立的 有
没有办法强制从 IE 本身内部发生此行为?例如,Silverlight 告诉浏览器它正在运行一个新实例?
可以通过编程方式更改浏览器会话 ID
(某种类型的“打开新实例nomerge”)?
这会导致使用单独的会话 cookie 吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有任何机制可以从网络内容中执行此操作。 (FWIW,HTML5 sessionStorage 按选项卡分区,即使会话 cookie 是共享的)。
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).