https://issues.apache.org/bugzilla/show_bug.cgi?id=49445
Summary: After session ID is changed on authentication, the
session replication does not work.
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Cluster
AssignedTo: [email protected]
ReportedBy: [email protected]
After r889716,
session ID is changed on authentication.
(default of changeSessionIdOnAuthentication is true. )
But DeltaManager doesn't notify other cluster nodes.
Therefore, non-primary node keeps having old session ID.
And, can not replicate of change of session attribute notified by new session
ID.
The workaround is ...
override changeSessionId method, and notify to change session ID.
BackupManager is OK.
This problem is DeltaManager only.
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: [email protected]
For additional commands, e-mail: [email protected]