阿贾克斯多个会话

发布于 2024-10-12 03:51:16 字数 143 浏览 3 评论 0原文

谁能告诉我ajax是否调用lead进行多个会话。在我的应用程序中,我可以看到为每个用户创建了超过 5 个会话。 (通过监控防火墙)。应用程序中的主网页每 30 秒向网络服务器发送 5 个 ajax 调用以检索数据。 ajax调用和多个会话之间有什么联系吗?谁能解释一下。

Can any one tel me whether ajax calls lead for multiple sessions. In my application I can see more than 5 sessions are created for each user. (By monitoring the firewall). main web page in the Application sends five ajax calls to the webserver once a 30 seconds to retrieve data.
Is there is any connection between ajax calls and multiple sessions? Can anyone pls explain.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽梦忆笙歌 2024-10-19 03:51:16

如果它不在请求标头中发送会话 cookie,则这是可能的。使用 Firebug 您可以验证这一点。

在像 jQuery 这样的不错的 Ajax 框架中,已经考虑到了这一点。


替代文本

That's possible if it doesn't send the session cookie along in the request header. With Firebug you can verify this.

In decent Ajax frameworks like jQuery this is already taken into account.


alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文