How can I limit the number of connected socket per computer/user to Socket.IO server?
I know I can use session, but if the user tries to use multiple web browser then that would be useless.
IP address could also be used in this case, but if I use IP address then it would prevent other users behind the same router (same IP address) to connect to the server
Any other suggestion?