【发布时间】:2023-03-23 16:22:01
【问题描述】:
假设您首先浏览
a.html:发送 cookie
然后你去
b.html 并在 iframe 中加载
a.html:发送另一个 cookie
在 Internet Explorer 11 中,这两个 cookie 作为两个不同的 cookie 处理,而在 Chrome 和 Firefox 中,它们是相同的 cookie
我怎样才能合并这两个 IE 的 cookie(让它像 Chrome 或 Firefox 一样处理这个 cookie)?
PS:a.html和b.html上已经有P3P了,不行
【问题讨论】:
标签: internet-explorer iframe cookies