I've never done it myself but this might try to add the cookie with a null value in theresponse object.

response.addCookie(new Cookie("targetName",null));

Let me know if works.

*************************************
Ruben Cepeda
[EMAIL PROTECTED]
*************************************



----Original Message Follows----
From: "Marcio Ghiraldelli" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: <user@struts.apache.org>
Subject: Cookie
Date: Wed, 29 Mar 2006 11:38:44 -0300

    How do I unset a Cookie with a Struts Action?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to