Skip to content

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

@beaucollins

Description

@beaucollins

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions