I have a website, www.example.com, and would like to use a few cookies from this on another sub-domain: www.abc.example.com.
Can JavaScript read a cookie from a different subdomain? Meaning, if my
html page is running on www.example.com, can I get the cookies from this page to be used in www.abc.example.com?