Multiple sessions for one user?

Posted by ganuke on Stack Overflow See other posts from Stack Overflow or by ganuke
Published on 2011-01-13T06:50:15Z Indexed on 2011/01/13 6:53 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

Hi I have host web application which is developed using java and jsp. In client side each client give five ajax calls to the server to retrieve data from the server in every 30 seconds. My problem is can one user who use one browser to log in to the system have multiple session at a time. Reason is when i use the tool to use monitor the firewall I can see more than 10 sessions are active for one IP. How this can happen? any comments

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp