I'm trying to delete a cookie; I set it up with a 365 day expire I tried <!--#call "RESPONSE.expireCookie('myCookie')"--> but this reveals the original versions of the cookie. The long lived earliest version can't be expired it seems. This is nutscrape 4.5 -- Robin Becker
In article <NX1ymAAY8ak3Ewl3@jessikat.demon.co.uk>, Robin Becker <robin@jessikat.demon.co.uk> writes
I'm trying to delete a cookie; I set it up with a 365 day expire
I tried
<!--#call "RESPONSE.expireCookie('myCookie')"--> but this reveals the original versions of the cookie. The long lived earliest version can't be expired it seems. This is nutscrape 4.5 OK I found the cookie file and have looked at http://www.netscape.com/newsref/std/cookie_spec.html
seems expire will work if I expire with the right path. The most general path is '/'. Alternatively I can hack the file by hand. -- Robin Becker
participants (1)
-
Robin Becker