https://issues.apache.org/bugzilla/show_bug.cgi?id=53297
Priority: P2
Bug ID: 53297
Assignee: [email protected]
Summary: jsessionid not setting
Severity: critical
Classification: Unclassified
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]