koajs / generic-session

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

Misleading is the Readme about the default cookie max age #87

Closed aobo-y closed 7 years ago

aobo-y commented 8 years ago

https://github.com/koajs/generic-session/pull/84 Pls give this update a look.

Maxage in readme is different with the default in source code. https://github.com/koajs/generic-session/blob/master/lib/session.js#L37

It's not a big deal, but may really misleading to unwanted result for someone doesn't dig into source code.