Sophana wrote:
> simple:
>         self.response().delCookie('cookieName')
> works in 0.9.2
> doesn't work in 0.9.4 (cookie creation works)

Hm, this is working for me in 0.9.4.

I tried with
self.response().setCookie('mycookie', 'myvalue')
in one servlet - the cookie was there, and then
self.response().delCookie('mycookie')
in another servlet - the cookie was gone.

-- Chris

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to