I am in "foo.bar.com", I am setting the cookie with key "abc" for the domain ".bar.com"
So far so good.
Now, I am still in "foo.bar.com" but I want to delete the cookie with key "abc" from domain ".bar.com"
How do I do that? I am doing JavaScript.