You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2012/05/25 21:05:01 UTC

[Bug 53297] New: jsessionid not setting

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: wkn0@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 53297] jsessionid not setting

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53297

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
You need to use the users list.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org