Is there any way to configure Tomcat 3.2.2 so that it automatically rewrites URLs by adding Session ID (SID) on them? I'm using Oracle XSQL Servlet, Apache 1.3.20 with mod_jk as NT service on Windows 2000 Server. I can't use encodeURL because I develop no servlets. One solution could be a RequestInterceptor class with noCookies attribute set to "true".