Skip to content
Snippets Groups Projects
Commit b17c0e0e authored by Markus Poerschke's avatar Markus Poerschke Committed by Daniel Goerz
Browse files

[BUGFIX] Send "Set-Cookie" HTTP header as multi line

To set multiple cookies at the same request, the "Set-Cookie" header
must be sent as multi line. The default behavior, a comma separated list,
will cause that only the first cookie is set.

Resolves: #88482
Releases: master, 9.5
Change-Id: Ife4dfeb9e4e7c0452d8da10740450c8cbd26ac3e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60867


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent fd8b3013
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment