RESOLVED WONTFIX 41285
Using <meta http-equiv="Set-Cookie"> does not work (metacookie)
https://bugs.webkit.org/show_bug.cgi?id=41285
Summary Using <meta http-equiv="Set-Cookie"> does not work (metacookie)
David Kilzer (:ddkilzer)
Reported 2010-06-28 10:33:42 PDT
* SUMMARY Setting a cookie using <meta http-equiv="Set-Cookie"> doesn't work in WebKit. Some mobile phone vendor test suites apparently want this to work.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2010-06-28 10:34:23 PDT
Daniel Bates
Comment 2 2018-07-03 14:08:45 PDT
The HTML living standard was amended in <https://github.com/whatwg/html/pull/3649> to indicate that the non-conforming Set-Cookie pragma should be ignored. Bug #185077 tracks removing support for this pragma (did we have any given the existence of this bug?). Resolving this bug as WontFix.
Daniel Bates
Comment 3 2018-07-03 14:10:32 PDT
(In reply to Daniel Bates from comment #2) > The HTML living standard was amended in > <https://github.com/whatwg/html/pull/3649> to indicate that the > non-conforming Set-Cookie pragma should be ignored. Bug #185077 tracks > removing support for this pragma (did we have any given the existence of > this bug?). Resolving this bug as WontFix. We do have logic for the parsing the Set-Cookie pragma: <https://trac.webkit.org/browser/trunk/Source/WebCore/dom/Document.cpp?rev=233473#L3372>.
Note You need to log in before you can comment on or make changes to this bug.