加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

flex blazeds Detected duplicate HTTP-based FlexSessions错误

发布时间:2020-12-15 00:57:01 所属栏目:百科 来源:网络整理
导读:今天flex + blazeds遇到以下错误: "Server.Processing.DuplicateSessionDetected" ? faultDetail = (null) ? faultString = "Detected duplicate HTTP-based FlexSessions,generally due to the remote host disabling session cookies. Session cookies mus

今天flex + blazeds遇到以下错误:

"Server.Processing.DuplicateSessionDetected"
? faultDetail = (null)
? faultString = "Detected duplicate HTTP-based FlexSessions,generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly."

刚遇到这样的问题 不知道是怎么一回事 上网google 百度了都没有找到解决方法


最后发现问题出现在 RemoteObject的endpoint上,在endpoint的url上多加了反鞋杠

如url本应该是这样的?

http://127.0.0.1/test/messagebroker/amf

但是写成了这样:

http://127.0.0.1//test/messagebroker/amf

就出现以上错误了

请仔细比较两个url有什么不同

http://127.0.0.1/test/messagebroker/amf

http://127.0.0.1//test/messagebroker/amf


问题是解决了 但是是什么原因 现在不清楚 也希望哪位大侠愿望解释下

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读