Closed ellisgl closed 4 years ago
Anyone have any luck accessing sessions? I can get the session id no problem from the headers (or I can fake it with emit from the client), but I'm looking to keep a session fresh while the socket is open.
Same need here. I thought that sharing a koa-generic-session with app.use and io.use would work, but it doesn't.
Anyone have any luck accessing sessions? I can get the session id no problem from the headers (or I can fake it with emit from the client), but I'm looking to keep a session fresh while the socket is open.