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

Session resets when navigating pages #41

Closed
ganna-shmatova opened this issue Jun 26, 2014 · 1 comment
Closed

Session resets when navigating pages #41

ganna-shmatova opened this issue Jun 26, 2014 · 1 comment

Comments

@ganna-shmatova
Copy link

I posted my problem here but did not get much help: http://stackoverflow.com/questions/24417469/express-session-is-undefined-when-accessing-external-website

I'm not quite sure what I did wrong?

Any help would be appreciated.

@wcamarao
Copy link
Owner

You may want to use a production-ready session store. Read more here: https://github.com/expressjs/session

The default server-side session storage, MemoryStore, is purposely not designed for a production environment. It will leak memory under most conditions, does not scale past a single process, and it meant for debugging and developing.

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

2 participants