Skip to content

Commit

Permalink
add session documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jan 16, 2012
1 parent 90a2d95 commit d49a08d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/user.js
Expand Up @@ -46,8 +46,9 @@ exports.initialize = function (nowjs) {
* @property {String} clientId The user's ID, as created by
* Socket.IO.
* @property {String} cookie The user's cookie, as determined by
* @property {Object} cookie The user's cookie, as determined by
* Socket.IO.
* @property {Object} session The user's session, as created by express/connect. Value is undefined if no session object exists in the http server.
*/
this.user = {
clientId: socket.id,
Expand Down

0 comments on commit d49a08d

Please sign in to comment.