开发者

Ajax & multiple sessions

开发者 https://www.devze.com 2023-02-04 00:12 出处:网络
Can any one tel me whether ajax calls lead for multiple sessions. In my application I can see more than 5 se开发者_运维技巧ssions are created for each user. (By monitoring the firewall). main web page

Can any one tel me whether ajax calls lead for multiple sessions. In my application I can see more than 5 se开发者_运维技巧ssions 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.


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.


Ajax & multiple sessions

0

精彩评论

暂无评论...
验证码 换一张
取 消