You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you're using the RedisStore you might also be interested in reading this: https://medium.com/p/2c8ad1153332 before considering using it in production.
tks @nicoburghi , @radicans
I have do manual by:
When disconnect at a server. I using pub/sub redis for sync "socket.id" to other server. then call function "socket.disconnect()"
Hi everybody, I have a question.
I have 2 server socket.io and sync session by store redis.
So i have 1 client connect then 2 server will contain same session.
But when i disconnect, Are both servers delete session?
The text was updated successfully, but these errors were encountered: