I set a cookie in:
/site
then set a cookie (same name) in:
/site/stuff
then a script in /site/stuff retrieves the cookie (via $HTTP_COOKIE_VARS['cookie']) - but it's the value of the cookie set in /site. /site/stuff's cookie is in the $HTTP_COOKIE var. How do you get the value for that directory, or just clear out all cookies with that name before setting it?