koajs / generic-session

koa session store with memory, redis or others.
MIT License
414 stars 65 forks source link

Save session even if an error occur #93

Closed sibelius closed 8 years ago

sibelius commented 8 years ago

Because of this line https://github.com/koajs/generic-session/blob/f042b55429b3c0ff06588143d4984c3dc82e6cf7/lib/session.js#L338-L339

the session is only saved when no errors are thrown

niftylettuce commented 8 years ago

You can close this https://github.com/koajs/generic-session/issues/94#issuecomment-233479006