https://issues.apache.org/bugzilla/show_bug.cgi?id=49158

           Summary: More than one JSESSIONID cookie headers set
           Product: Tomcat 6
           Version: 6.0.26
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: fha...@apache.org


The following JSP

<%
  session.invalidate();
  session = request.getSession();
  session.invalidate();
  session = request.getSession();
%>
Done!


Generates this response from Apache Tomcat
HTTP/1.x 200 OK

Server: Apache-Coyote/1.1

Set-Cookie: JSESSIONID=8C65C3AB20B8BBD157866668B67983B1; Path=""; HttpOnly

Set-Cookie: JSESSIONID=498BD2E8B22C5121143B7305A0ECB249; Path=""; HttpOnly

Set-Cookie: JSESSIONID=49F58AE7833522293F8EAD2AB2D13F19; Path=""; HttpOnly

Content-Type: text/html;charset=ISO-8859-1

Content-Length: 7

Date: Tue, 20 Apr 2010 15:38:47 GMT

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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

Reply via email to