i set cookie in a directory, such as
setcookie("quantity", "5");
now, i try to reset cookie from one of the sub directoy. using this
setcookie("quantity", "", 0, "../");
it doesn't work.
my question is can i reset cookie from a subdirectoy and how?
thanks.
hui