Bug 132861 - Cookies set to .hellofood.qa are not saved
Summary: Cookies set to .hellofood.qa are not saved
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Nobody
URL: hellofood.qa
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-13 03:41 PDT by Jose Sa
Modified: 2014-06-05 09:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.