Hi, I have a host web application that is being developed using java and jsp. On the client side, each client gives five ajax calls to the server to receive data from the server every 30 seconds. My problem is that one user who uses one browser to log in has several sessions at a time. The reason is that when I use this tool to use the monitor, I see that more than 10 sessions are active for the same IP address. How can this happen? any comments
source share