we have a domain that ends in a .edu extension, that sets a cookie. However at some point, the site hands off to a subdomain with a .com extension that will need to read the cookie..
Example:
- User visits mysite.edu sets a cookie
- User clicks a link to take them to subdomain.mysite.com
Will I be able to read the mysite.edu cookie from subdomain.mysite.com?