I was creating an app using socket.io my question is when user opens multiple tabs in same browser it will create new session id [socket.id]. How can i carry same session id in all the tabs?
I went through few posts like in these post danielbaulig its using express session, but how will these post help me to carry same socket.io session id across all the tabs in a browser?
And the above mentioned post is out dated, can you please solve these?
Thank you..