mschn / wissl

Wissl is a Java audio streaming server with a modern web interface.
http://msch.fr/wissl/
GNU General Public License v3.0
10 stars 3 forks source link

Application unusable if client internet provider uses multiple IPs #48

Closed mschn closed 11 years ago

mschn commented 12 years ago

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.