To prevent conflicts with the jvmRoute the sessionId format should be
changed. The jvmRoute is appended to the sessionId with a dot (".").
So the new format might be $sessionId + "-" + $memcachedId [+ "." + $jvmRoute]
which would be the following regexp: [^-.]+-[^.]+(\.[\w]+)?
Original issue reported on code.google.com by martin.grotzke on 25 Apr 2009 at 10:24
Original issue reported on code.google.com by
martin.grotzke
on 25 Apr 2009 at 10:24