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
