bossadvisors / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Change session id format to $sid + "-" + $memcachedId [ + "." + $jvmRoute ] #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Done

Original comment by martin.grotzke on 25 Apr 2009 at 10:26