session
session copied to clipboard
Respect externalKey when removing session
I noticed that in one case koa-session tries to use cookies when you specified an externalKey: when destroying the session.
This simple fix should mitigate that by respecting the externalKey when removing sessions.