mattstyles / koa-socket

Sugar for connecting socket.io to a koa instance
242 stars 50 forks source link

koa-generic-session #24

Closed ellisgl closed 4 years ago

ellisgl commented 8 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.

GaabZ commented 8 years ago

Same need here. I thought that sharing a koa-generic-session with app.use and io.use would work, but it doesn't.