You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-Cookie headers do get merged, which leads that only 1st cookie is set in browser. Set-Cookie header CAN'T be merge into single header according to RFC 6265
Set-Cookie headers do get merged, which leads that only 1st cookie is set in browser. Set-Cookie header CAN'T be merge into single header according to RFC 6265
Current Behavior
will ended up as
Expected Behavior
Set-Cookie headers are preserved and NOT merged.
Possible Workaround/Solution
Not yet discovered
Steps to Reproduce
here you can see that the 2 set-cookie headers are present
Output will be
which is incorrect
The text was updated successfully, but these errors were encountered: