If document.cookie is a string, why doesn't document.cookie = "" delete all of the relevant site's cookies?

Viewed 2710

I think knowing the answer to this would help me conceptualize the relationship between the cookies stored by the browser and the document.cookie made available via the DOM.

3 Answers
Related