Bug 132861

Summary: Cookies set to .hellofood.qa are not saved
Product: WebKit Reporter: Jose Sa <sa.jose>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Minor CC: ap, dbates
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: hellofood.qa

Description Jose Sa 2014-05-13 03:41:22 PDT
I registered some odd behavior regarding cookies when accessing "hellofood.qa" in Safari for OSX.

The website tries to set two cookies with domain ".hellofood.qa" so that they work with subdomains as well. But these cookies never appear on the browser cookie inspection and aren't served back on subsequent requests.

The exact same code with "hellofood.cl" works without problems as the browser accepts the ".hellofood.cl"' cookies.

Tested with latest Nightly Build: r168650.
Comment 1 Alexey Proskuryakov 2014-06-05 09:42:45 PDT
I cannot reproduce this with Safari 7.0.4 on OS X 10.9.3.
Comment 2 Jose Sa 2014-06-05 09:56:47 PDT
Because of this issue, currently hellofood.qa no longer serves cookies with .hellofood.qa domain.

Will try to build a page with an use case that is reproducible but doesn't break the site.