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

Unable to set multiple cookies in a single web request #224

Open
hiteshjasani opened this issue Dec 10, 2019 · 0 comments
Open

Unable to set multiple cookies in a single web request #224

hiteshjasani opened this issue Dec 10, 2019 · 0 comments
Labels

Comments

@hiteshjasani
Copy link
Contributor

According to RFC6265 section 3, the server should be able to set multiple cookies in a single web request.

An origin server can include multiple Set-Cookie header fields in a single response.
...
Origin servers SHOULD NOT fold multiple Set-Cookie header fields into a single header field.

jester.nim#setCookie() uses setHeader() which overwrites any previous Set-Cookie header.

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

Successfully merging a pull request may close this issue.

2 participants