https://issues.apache.org/bugzilla/show_bug.cgi?id=44354
Ralf Wiebicke <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
--- Comment #1 from Ralf Wiebicke <[EMAIL PROTECTED]> 2008-03-03 08:09:08 ---
I have seen this bug on 5.0.20 and now again on 6.0.14.
If an apache httpd works in front of the tomcat, you can use it for a
workaround. The following directives in httpd.conf remove all
cookie-communication between tomcat an the browser.
<Location />
Header unset Set-Cookie
RequestHeader unset Cookie
</Location>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]