[Webkit-unassigned] [Bug 100073] Web Inspector: Response cookies are missed in CookiesTable of Network Panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 05:08:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100073





--- Comment #8 from Vsevolod Vlasov <vsevik at chromium.org>  2012-10-23 05:09:07 PST ---
Even if this was a valid problem it should have been fixed in CookieParser.My experiments show that when server replies with the Set-Cookie header value like the one in your example, such value is not treated as a correct one a browser does not send such cookies in requests made later.

Try putting in your original php example.
header("Set-Cookie: cookieONE=ONE; expires=Tue, 23-Oct-2012 12:38:01 GMT, cookie3=3; expires=Tue, 23-Oct-2012 12:38:01 GMT, cookie4=4; expires=Tue, 23-Oct-2012 12:38:01 GMT");

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list