Hi, Brian,
I think you are right! It exist no reason why we only change the
session id at cookie session id case!
Hmm, I thing my test env and customer app are cookie based :-( Then
I later not made it ready to support also request session ids.
I find a easy fix to getting it work. The enhan
Hi,
I noticed that in o.a.c.cluster.session.JvmRouteBinderValve there is a
block of code
that basically prevents changing a session's jvmRoute if URL rewriting is used:
if (request.isRequestedSessionIdFromURL
()) {
if (log.isDebugEnabled())
log.debug(sm.getString("jvmRoute.skipURLSession