If a cookie set on DOMAIN_A (.domaina.com) then can you do a cookie check under DOMAIN_A/anotherdir/, that is a file in anotherdir/ can check if a cookie is set (for example, using PHP, (isset($acookie)) where acookie was set for the toplevel domain somewhere else...
Thanks