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

Cookies: Setting multiple cookies via a response header errors #15

Open
beaucollins opened this issue Mar 30, 2019 · 0 comments
Open

Cookies: Setting multiple cookies via a response header errors #15

beaucollins opened this issue Mar 30, 2019 · 0 comments

Comments

@beaucollins
Copy link
Owner

The React\HTTP\Response headers expect a set of Key/Value pairs in an associative array of string => string and writes the value directly to the HTTP response.

When an array of values is stored at a header it throws an error due to Array to string conversion. (See Travis CI results.)

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