Files
meanTorrent/config/lib
mleanos 792488e47f Fixed bug with Socket IO session
New enhancements to the Express session, added "sessionId" as the new
default session key. Previously, the express session was using the
default "connect.sid" key. This caused the Socket configuration to be
unable to find the session id, thus causing issues with the Socket. One
suck issue, was that the same Socket would be used for all users
connected to the server.

This also adds a bit more error handling of the Socket server
configuration. Using the `return next()` pattern.
2015-08-16 15:07:04 -07:00
..
2015-08-13 09:37:24 -05:00
2015-08-13 09:37:24 -05:00
2015-08-16 15:07:04 -07:00