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

Do not store the same cookie multiple times #10

Closed
sbordet opened this issue Sep 12, 2017 · 0 comments
Closed

Do not store the same cookie multiple times #10

sbordet opened this issue Sep 12, 2017 · 0 comments

Comments

@sbordet
Copy link
Member

sbordet commented Sep 12, 2017

When the server sends the same cookie (i.e. with the same name, possibly different values) multiple times, the client stores them all, so that the Cookie header becomes, for example:

Cookie: name=value; name=value; name=value; ...

This may lead to a too large header that is rejected by servers with 413.

@sbordet sbordet changed the title Do not the same cookie multiple times Do not store the same cookie multiple times Sep 12, 2017
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

1 participant