Event Reason: A main project "diagram of the United States", another sub-function is the brand's entry function, is a separate project with the main project, in order to share the user information login, and realize session sharing, two Tomcat, a tomcat6, a tomcat7
Sharing the session under the Windows System for Web projects
First step:
In the two Tomcat context.xml this file is configured with the following code:
<manager classname= "De.javakaffee.web.msm.MemcachedBackupSessionManager"
Memcachednodes= "n1:127.0.0.1:11211"
Lockingmode= "Auto"
Sticky= "true"
Requesturiignorepattern= ". *\. (ICO|PNG|GIF|JPG|CSS|JS) $ "
Sessionbackupasync= "false"
sessionbackuptimeout= "100"
Transcoderfactoryclass= "De.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory"
Copycollectionsforserialization= "true"
/>
Step Two:
Jar Packages added under Tomcat6:
Jar Packages added under TOMCAT7:
The jar is as follows:
Troubleshooting for the Tomcat memecached session sharing synchronization problem