The server will disconnect a session if the request source IP does not match the one used during session creation.
If the client uses a network that does load balancing with multiple internet connections,
then two consecutive requests from the same browser with the same session can have two different source IP.
In such a scenario, the client gets disconnected all the time and cannot use the application.
The server will disconnect a session if the request source IP does not match the one used during session creation.
If the client uses a network that does load balancing with multiple internet connections, then two consecutive requests from the same browser with the same session can have two different source IP.
In such a scenario, the client gets disconnected all the time and cannot use the application.