meteor-server-session icon indicating copy to clipboard operation
meteor-server-session copied to clipboard

Serverside Session through a Meteor.Collection (get, set, equals etc.)

Results 4 meteor-server-session issues
Sort by recently updated
recently updated
newest added

How to empty or "destroy" this session?

enhancement

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)?...

bug

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....

enhancement

`Collection.findOne({ 'key' : key });` Might be good to do an ensureIndex call for key.

enhancement