DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32888>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32888

           Summary: Each cluster slave creates duplicated session on top of
                    the replicated one
           Product: Tomcat 5
           Version: 5.5.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina:Cluster
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I found that in my cluster, whenever I call a JSP, a session is created by the
master node(i.e. the node receiving the HTTP req) and replicated to all slaves
normally. However, each slave node will mysteriously create one additional
session on its own (not replicated to others).  Using a SessionListener I saw
that the sessionCreated() methods got called twice, one for the replicated
session and another for the mysterious dummy session.

To replicate the problem, simply print out the session ID in
SessionListener.sessionCreated() and call a JSP on node 1. Then Node 1 will
print out one session ID, and node 2 will print out two session IDs.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to