[thelist] Cookies -- ASP and JS

Feingold Josh S Josh.S.Feingold at irs.gov
Tue Dec 10 13:47:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]
> response.cookies("exp") = ""

> Thanks for the response, but this was the first thing that I tried; no
> dice...

It's been a while, sorry.

Try this instead:

response.cookies("exp").expires = ""

If you want it to expire immediately, you might be able to set it to a date
in the past.  This depends on the cookie implementation, which has been even
longer since I read.

Josh
http://www.efeingold.com



More information about the thelist mailing list