Languages

Menu
Sites
Language
Tizen 2.4 broken Set-Cookie header parsing

Tizen is for some broken reason merging multiple Set-Cookies into one, so a basic example taken from MDN:

Results in the following state on a Tizen 2.4 powered SSSP 4 TV:

Responses

3 Replies
Armaan-Ul- Islam

Would you please try some variant example like:

Set-Cookie: a=apple; expires=Wed, 09 May 2018 12:30:00 GMT
Set-Cookie: b=ball

 

and check what happens.

Steven McCoy

It is all forms of multiple cookies, for brevity I have not shown all such combinations and chose the most convenient form for representation of the issue.  When the first cookie includes a date the debug console will not be so clear as to why only one cookie as listed as it will be the last field, i.e. the date that contains the second cookie contents.

 

 

Armaan-Ul- Islam

As You have already tried all such combinations and the Issue reproduced every time, It might me a Tizen Bug. You may report a bug on Tizen bug Tracker. Here's a guideline on how to report bugs. Please share your progress and the 'Reported bug' link here on this post to help the developers keep track.