KnexStore.prototype.touch = function (sid, sess, fn) {
        this
            .statSession(sid, sess)
            .then(this._touch.bind(this, sid, sess, fn));
    };