10 Sep
2003
10 Sep
'03
8:46 p.m.
Praveen Kumar wrote at 2003-9-10 11:17 +0530:
... <dtml-call "RESPONSE.expireCookie('__ac')">
Cookie expiration is only effective if done with the same "name", "path" and "domain" parameters as the cookie definition. Almost surely, the cookie definition used: setCookie('__ac',...,path='/') Therefore, you must use expireCookie('__ac',path='/') to delete it again. Dieter