[Bug 9578] On http-state it was mentioned that browsers support Set-Cookie here. Ugh!

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9578





--- Comment #3 from Adam Barth <w3c@adambarth.com>  2010-08-25 22:46:40 ---
> Is there anything special I need to do to hand you a
> Unicode string representing a cookie, rather than a byte stream as provided by
> HTTP?

Looks like it just calls through to setting document.cookie:

http://trac.webkit.org/browser/trunk/WebCore/dom/Document.cpp#L2440

I think that means you'll eventually need to convert it back to bytes via UTF8.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 25 August 2010 22:46:42 UTC