Problem described here:
http://stackoverflow.com/questions/12555626/nowjs-cookie-field-in-this-user-is-empty.
Code = nowjs.on('connect', function() { console.log(this.user); })
Output = { clientId: ' <something> ', cookie: { } }
Problem
The cookie field is empty. (and there is no session entry but I heard that is an official problem).
Additional Information: I am also using ExpressJS, PassportJS, Mongoose, session-mongoose. I initialized NowJS after configuring Express.
Why is my cookie field empty and how can I get it populated?