0

When I create a session store I get one sessionID per browser instance. For instance when I call req.sessionID it returns the session id for that browser instance, but I am trying to pair the session with the socket to send data from the server to the client. For ever new tab a different unique socket id is created but the session id stays the same. Is there a way to tell which tab is which using the express session?

John Anderson
  • 115
  • 10

0 Answers0