Closed catamphetamine closed 8 years ago
Here: https://github.com/koajs/generic-session/blob/master/lib/session.js#L97
reset: function() { this.cookies.set(key, null); this.cookies.set(key + '.sig', null); }
LGTM. PR?
@dead-horse Yeah, here you go. https://github.com/koajs/generic-session/pull/74/files This should work.
Here: https://github.com/koajs/generic-session/blob/master/lib/session.js#L97