Open GoogleCodeExporter opened 9 years ago
I should add that this was experienced in Safari, as mochiweb_cookies:cookie()
follows RFC2109, while the
former implements the original Netscape scheme. It seems that the Mozilla
browsers can deal with both, as can
Internet Explorer and Opera. Konqueror can deal with unquoted cookie values
(which I would expect, since Safari
and Konqueror are related), I haven't tried the quoted values here.
Original comment by we...@web.de
on 3 Jan 2008 at 7:00
mochiweb_cookies:cookie("sessionid", "123345", [{path, "/"}]).
{"Set-Cookie","sessionid=123345; Version=1; Path=/"}
Original comment by bob.ippo...@gmail.com
on 7 Jan 2008 at 12:11
Original issue reported on code.google.com by
we...@web.de
on 2 Jan 2008 at 8:25Attachments: