Bug 53087 - BackupManager does not replicate session access time.
Summary: BackupManager does not replicate session access time.
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Cluster (show other bugs)
Version: trunk
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 05:44 UTC by Keiichi Fujino
Modified: 2012-04-17 06:24 UTC (History)
0 users



Attachments
BackupManager does not replicate session access time. (6.49 KB, text/plain)
2012-04-17 05:44 UTC, Keiichi Fujino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Keiichi Fujino 2012-04-17 05:44:46 UTC
Created attachment 28619 [details]
BackupManager does not replicate session access time.

BackupManager does not replicate session access time.
If a primary session does not change an attribute but it is only access ,
non-primary session(backup node) expire session.

I made a patch to replicate session access time.

Best Regards.
Comment 1 Keiichi Fujino 2012-04-17 06:24:03 UTC
Fixed in 7.0.x and will be in 7.0.28 onwards.