https://issues.apache.org/bugzilla/show_bug.cgi?id=53297
Priority: P2 Bug ID: 53297 Assignee: dev@tomcat.apache.org Summary: jsessionid not setting Severity: critical Classification: Unclassified Reporter: w...@cdc.gov Hardware: PC Status: NEW Version: 6.0.35 Component: Catalina Product: Tomcat 6 jsessionid is not getting added to setResquestSession ID, parseSessionId function is deprecated, and new function parsePathParameters is not setting the jsesionid String sessionID = request.getPathParameter(Globals.SESSION_PARAMETER_NAME); System.out.println("Session ID" + sessionID); if (sessionID != null) { request.setRequestedSessionId(sessionID); request.setRequestedSessionURL(true); } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org