@@ -744,15 +747,17 @@ session.setValid(true); session.setCreationTime(System.currentTimeMillis()); session.setMaxInactiveInterval(this.maxInactiveInterval); - String sessionId = generateSessionId(); + if (sessionId == null) { + sessionId = generateSessionId(); + }
I just noticed my patch needs something for jvmRoute handling (basically, the session id which is recieved must be edited for the right route). I'll fix that.
BTW, wouldn't it be better to set the route as a separate cookie, which would be a lot cleaner ? Was this ever considered ?
Rémy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]