meteor-server-session
meteor-server-session copied to clipboard
Serverside Session through a Meteor.Collection (get, set, equals etc.)
Getting the following error I20150905-22:30:32.082(3)? Exception while invoking method 'serversession_set' Error: Did not check() all arguments during call to 'serversession_set' I20150905-22:30:32.084(3)? at [object Object]._.extend.throwUnlessAllArgumentsHaveBeenChecked (packages/check/match.js:357:1) I20150905-22:30:32.084(3)? at Object.Match._failIfArgumentsAreNotAllChecked (packages/check/match.js:112:1) I20150905-22:30:32.084(3)?...
Is there a way to get all the ServerSession variables. The client side version has this Session.keys which shows all client side session variables. Hoping there's one in this package....
`Collection.findOne({ 'key' : key });` Might be good to do an ensureIndex call for key.