Are sub-domain cookies sent in a parent domain HTTP request?
For instance, say I have the cookies:
Name Value Domain (not https)
ABC 1 .example.com
XYZ 0 foo.example.com
DEF 0 bar.example.com
Would [email protected] and [email protected] be sent along in the HTTP-header cookies
on a reqeust to http://example.com/content
, and/or http://QQQ.example.com/content