You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Hee Meng, Poh" <he...@sensestream.com> on 2002/10/08 17:35:09 UTC

Filtering of cookies

Hi,

Does anyone have experience in making Tomcat ignore an incoming jsessionid (via cookies) programmatically
using servlet filters? I created a request wrapper class which returns null for the methods, getCookies(), getHeader(), and getHeaders() and use it in a doFilter() call but apparently Tomcat is still able to pick
up the jsessionid from the cookie. The filter is also registered in web.xml. Any idea what went wrong?

Thanks for any info.



Rgds