Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: where is session data stored #176

Open
desmap opened this issue Jul 22, 2019 · 2 comments
Open

Docs: where is session data stored #176

desmap opened this issue Jul 22, 2019 · 2 comments

Comments

@desmap
Copy link

desmap commented Jul 22, 2019

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.

@dead-horse
Copy link
Member

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

@michaelnwani
Copy link

michaelnwani commented Dec 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants