I set cookies like this:
<cfcookie name="ckwhatever" value="hello">
I try to kill the cookie like this:
<cfcookie name="ckwhatever" expires="now">
This does NOT work. the cookie remains.
I've tested on mozilla and IE
I don't get it.
I set cookies like this:
<cfcookie name="ckwhatever" value="hello">
I try to kill the cookie like this:
<cfcookie name="ckwhatever" expires="now">
This does NOT work. the cookie remains.
I've tested on mozilla and IE
I don't get it.