I've got some additional information. When accessing the JSP directly on Tomcat (using http://localhost:8080/test.jsp), I've got the following ContextManager debug message:
ContextManager: ProcessRequest: R( /test.jsp;jsessionid=2ab86g20t1) and then the SessionInterceptor can retrieve the session When accessing the same page through Apache with mod_jk and Ajp13 connector, I've got the following message: ContextManager: ProcessRequest: R( /test.jsp%3bjsessionid=ipt44x1ye1) and the SessionInterceptor CANNOT retrieve the session. Is it something wrong with the Ajp13Connector? --Eric
