Flash app within <iframe> does not send cookie in IE

荒凉一梦 提交于 2019-12-13 09:17:43

问题


We've got a Facebook application that is embedded in a Facebook canvas page and therefore it is loaded inside an iframe. The application itself holds a flash, put in tag.

What happens is that when Http requests are made via the flash, cookie is not included in the request headers, so the server can't determine which the session is. This happens only in IE, with other browsers this problem is not reproduced.

I examined the requests made via IE and Chrome and they differ in several things, most notably in the absence of Cookie parameter in the IE one.

Would you please assist? Big thanks!


回答1:


I found a solution for the problem - you can check it over here > IE always sending the same jsessionid over time (using Java Wicket)

I created a new thread there since I didn't think the question was asked correctly here.



来源:https://stackoverflow.com/questions/10208365/flash-app-within-iframe-does-not-send-cookie-in-ie

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