使用P3P解决IE跨域session丢失

在Facebook上使用iframe方式开发web app,用Firefox测试没问题,用IE7测试丢失session.

 

解决方法是设置 response.addHeader("P3P","CP=CAO PSA OUR");

 

详情参考

http://zwchen.iteye.com/blog/52196

http://hi.baidu.com/focux/blog/item/703ba711461f4a7eca80c4b3.html

http://www.iteye.com/topic/94336

 

你可能感兴趣的:(Web,IE,Blog,firefox,Facebook)