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 and cookie-parser conflict with each other #44

Closed
nlfiedler opened this issue Sep 12, 2018 · 1 comment
Closed

session and cookie-parser conflict with each other #44

nlfiedler opened this issue Sep 12, 2018 · 1 comment

Comments

@nlfiedler
Copy link

Using both expressjs/session and expressjs/cookie-parser means that the session management is actually not working. Since v1.5 session manages its own cookies, and having cookie-parser enabled as well causes a conflict. I tried having them share the same secret but it only make it worse. Removing cookie-parser completely at least gets the session working.

@mcguinness
Copy link
Owner

killed expressjs/cookie-parser

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