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.
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 likef849af5b-c06c-449a-9689-4a83bf5a3a36
.I tried to change the node name separator
-
to@
likef849af5b-c06c-449a-9689-4a83bf5a3a36@node1
, and all tests passed. But the JSESSIONID in brower is alsof849af5b-c06c-449a-9689-4a83bf5a3a36
, looks like it doesn't work.