Re: Changing failover session's jvmRoute if cookies are disabled

2006-04-11 Thread Peter Rossbach
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

Changing failover session's jvmRoute if cookies are disabled

2006-03-27 Thread Brian Stansberry
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