We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g., User A connects to the page, then due to poor internet connection disconnects, then reconnects.
Supposing socket.io's reconnect feature fails, how can I check whether this user is the same as user A?
IP is not a reliable method, since on top two users in the same house can have the same IP and this wouldn't allow to differentiate them.
The socket.id seems to change when you reload the page for example, so for reconnection doesn't seem ideal.
The text was updated successfully, but these errors were encountered:
have client send a cookie based identifier, preferrably on top of something like a server verified jwt to ensure no MITM or cookie stealing occurs.
Sorry, something went wrong.
No branches or pull requests
e.g., User A connects to the page, then due to poor internet connection disconnects, then reconnects.
Supposing socket.io's reconnect feature fails, how can I check whether this user is the same as user A?
IP is not a reliable method, since on top two users in the same house can have the same IP and this wouldn't allow to differentiate them.
The socket.id seems to change when you reload the page for example, so for reconnection doesn't seem ideal.
The text was updated successfully, but these errors were encountered: