How to save sessionID and use it in socket, using express and express-session
Im trying to make a site where multiple users are able to draw at the same time, but one of my challenges is trying to store cookies and session Ids. So basically, when a user connects, theyre given an id, upon refresh that id shoud be the same, and upon window close i want it to be the same.