Socket.IO-sessions icon indicating copy to clipboard operation
Socket.IO-sessions copied to clipboard

Use your sessions from Connect, Express and others with Socket.IO.

Results 1 Socket.IO-sessions issues
Sort by recently updated
recently updated
newest added

Socket.io now allows more direct access to client cookies. See https://github.com/LearnBoost/socket.io/wiki/Authorizing Two possible solutions are: 1) To use `io.set('authorization', function (handshakeData, callback) {})` and get cookie from the `handshakeData` parameter....