Session.findOne(criteria, function(err, session) {
        if (err) {
          return reply(err);
        }