iPad 和 iframe cookie
我正在使用 iframe 方法开发 Facebook 画布应用程序,由于现有的基础设施,会话数据设置在每个页面请求(包括 jQuery JSON 请求)之间的 cookie 中,这在 Safari、Firefox、Chrome 和 IE(使用 P3P)中都可以正常工作标题正在设置),但在 iPad (iOS 4.2) 上的 MobileSafari 中则不然。
我一直在观看每个页面加载时的调试,并且似乎在每个页面加载时会话都没有被传递。
有谁知道如何让 MobileSafari 在 iframe 内接受 cookie?
提前致谢! 卡勒姆
I am developing a Facebook canvas application using the iframe method, because of existing infrastructure the session data is set in a cookie between each page request (including jQuery JSON requests) this all works fine in Safari, Firefox, Chrome and IE( with the P3P header being set) but not in MobileSafari on the iPad (iOS 4.2).
I've been watching the debug as each page is loaded and it seems the session isn't being passed through as each page loads.
Does anyone know what it takes to get MobileSafari accepting cookies inside an iframe?
Thanks in advance!
Callum
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的一位朋友用过这个并说它有效
http:// /anantgarg.com/2010/02/18/cross-domain-cookies-in-safari/
编辑:更新的链接
One of my friends used this and said it worked
http://anantgarg.com/2010/02/18/cross-domain-cookies-in-safari/
EDIT: updated link