magro / memcached-session-manager

A tomcat session manager that backups sessions in memcached and pulls them from there if asked for unknown sessions
Apache License 2.0
758 stars 348 forks source link

msm messed up when sessionid is uuid. #380

Open MicyToy opened 6 years ago

MicyToy commented 6 years ago

Hello, My server is tomcat 8.5.24 (and also changed to 8.5.30 for testing) on JDK1.8, which JSESSIONID is a UUID like f849af5b-c06c-449a-9689-4a83bf5a3a36.

I tried to change the node name separator - to @ like f849af5b-c06c-449a-9689-4a83bf5a3a36@node1, and all tests passed. But the JSESSIONID in brower is also f849af5b-c06c-449a-9689-4a83bf5a3a36, looks like it doesn't work.