如何在不删除 JSessionId cookie 的情况下运行 Flex/BlazeDS?
问题说的是。有人知道这个问题的答案吗?当第三方 cookie 被禁用时,我们会遇到问题。
The question says it. Does anybody know the answer to this? We're running into problems when 3rd-party cookies are disabled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的浏览器不接受 cookie,应用程序服务器应使用 url 中传递的 jsessionid 来维护会话。 BlazeDS 会意识到这一点,并且还会将 jsessionid 添加到 AMF 消息中(在客户端上,它将被读取并添加到其他请求中)。
如果是这种情况,您可以查看此帖子。 .有一些文章的链接。如果您在阅读文章(并应用建议)后收到错误,那么最好创建一个正在运行的测试用例(我可以看一下)。
If your browser does not accept cookies the application server should maintain the session using a jsessionid passed in the url. BlazeDS will be aware about that and it will also add the jsessionid to the AMF messages (and on the client it will be read and added to the other requests).
If that's the case you can check this post..there are some links to a couple of articles. If you receive the error even after reading the articles (and applying the suggestions) it would be good to create a running test case (and I can take a look on it).