At 01:19 16.10.00 , you wrote:
please file a bug report in bugzilla.
robert
>To delete a cookie called x, the following should work:
>
>Cookie c = new Cookie("x","bla");
>c.setMaxAge(0);
>response.addCookie(c);
>
>But it doesn't. Upon inspecting the http response header that was actually
>generated, I found this:
>
>Set-Cookie: a=18; Path=
>
>I beleive that setMaxAge should result in a value for "expires" perhaps
>something like this:
>
>Set-Cookie: a=18; Expires=some_past_date; Path=
>
>Dave Ford
>
(-) Robert Kr�ger
(-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH
(-) Br�der-Knau�-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de