I'm having a problem with cookies. Specifically, I'm able to successfully
create them and send them out to the browser, but unable to delete them. The
java tutorial
(http://www.javasoft.com/docs/books/tutorial/servlets/client-state/cookies.h
tml) indicates that to delete cookies, you just do the following:

cookie.setMaxAge(0)

I've tried this and it seems to have no effect.

Anybody out there have any luck deleting or modifying cookies with jsp/jsdk?

Thanks,

chris

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to