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

            Bug ID: 56578
           Summary: session.invalidate does not work on cluster enabled
                    webapps
           Product: Tomcat 7
           Version: 7.0.54
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Cluster
          Assignee: dev@tomcat.apache.org
          Reporter: dree...@gmail.com

session invalidate does not work in 7.0.54 when Tomcat is clustered. 7.0.53 is
OK.

Steps to reproduce:

1. Use Clustered Tomcat, with the following added to the <Host/> in server.xml:

<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>

2. Drop session.jsp and invalidate.jsp from attachments into a directory.

3. Open session.jsp in a browser. Note creation time.

4. Refresh page and note creation time stays the same.

5. Click on Invalidate and note that creation time is updated.

On Tomcat 7.0.53 all steps above succeed.
On Tomcat 7.0.54 step 5 fails.

-- 
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