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

           Summary: HttpSessionListener doesn't operate in the session
                    replication when BackupManager is used.
           Product: Tomcat 6
           Version: 6.0.20
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Cluster
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: fujino.keii...@oss.ntt.co.jp


The session replication is done by using BackupManager. 
HttpSessionListener doesn't operate in the backup node though
HttpSessionListener operates in a primary node. 

In the backup node, session is added (or deleted) to session map by receiving
MapMessage. 
Because BackupManager that is map Owner cannot know the addition (or deleted)
of the session, 
No one invokes neither HttpSessionListener#sessionCreated nor
HttpSessionListener#sessionDestroyed. 

Best regards.

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