session icon indicating copy to clipboard operation
session copied to clipboard

Docs: where is session data stored

Open desmap opened this issue 6 years ago • 2 comments

I read in the readme of express-session: Note Session data is not saved in the cookie itself, just the session ID. Session data is stored server-side. Is this also the case for koa-session? If yes then there should be a note in the readme as well.

desmap avatar Jul 22 '19 14:07 desmap

I think it is declared here https://github.com/koajs/session#external-session-stores

dead-horse avatar Aug 06 '19 03:08 dead-horse

I think it is declared here https://github.com/koajs/session#external-session-stores

That link states:

The session is stored in a cookie by default

Which, to me, can be inferred as: Session data is saved in the cookie itself by default

michaelnwani avatar Dec 30 '21 23:12 michaelnwani