Thank you for the reply.
My configuration uses IIS 5.1 as the webserver. I read
on some forums that IIS has issues handling uris with
;jsessionid. Is this still the case in iis 5.1? Does
anyone know?
thanks.
--- Rainer Jung <[EMAIL PROTECTED]> wrote:
> > example:
> > localhost/abc.html;jsession
> example:
> localhost/abc.html;jsessionid=afsdfasdf?test=abc
> or
> localhost/abc.html?;jsessionid=adsfasdf&test=abc
>
> which of the above is correct?
The first one.
Rainer
-
To start a new topic, e-mail: users@tomcat.apache
Hi I a question about the load balancer in mod_jk.
I have got the load balancer and sticky sessions to
work using cookies and JSESSIONID cookie name.
I looked at the mod_jk code and for url rewriting it
expects a ;jsessionid in the http request.
My question is,
When cookies are turned off,