On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> Does anyone know (David, Mladen?) what will happen to session affinity is
> this situation?
> 
> ie with Apache in front of several tomcats using mod_jk, when Apache is
> restarted "gracefully" using "apache -k restart" (Windows) will session
> affinity be preserved across the restart?  ie will browsers with a session
> open with a particular Tomcat continue being directed to that particular
> Tomcat after the restart?

Session affinity is determined by the suffix of the jsessionid cookie
which is stored on the client, so yes, session affinity will be
retained across Apache restarts (graceful or not).

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to