• Sharing Express session data with socket.io

    How to access the cookie-based session data of an express app from a socket instance What do I mean with Sharing Express session data with socket.io? Well, if I have an express app and a socket.io server instance, both attached to the same http or https server, what I would like, is to be able…