[ic] Cookie Setting Not Working

Russ Mann interchange-users@lists.akopia.com
Wed May 23 02:32:01 2001


Hello,

I have this code on my logout.html page

[set name=done int][userdb function=logout clear=1][/set]
[set-cookie name=MV_USERNAME value=""]
[set-cookie name=MV_PASSWORD value=""]

However, after running this, [read-cookie MV_USERNAME] still comes up with
the last username.  When I open the cookie file, it is in there like this:

MV_USERNAME
russ%40worldmissions%2ecom
store.khouse.org/store/catalog
0
2160733696
29424099
635103424
29418056
*

Why isn't setting a cookie working?

Thanks,

Russ