Thanks again for your reply.

1. We are not using clustering.

2. I have checked in the locations mentioned and more and cannot see
anywhere that cookies is disabled.

3. However what surprises me is the fact that if i change the port to use
HTTP (8080) then no jsessionid is appended in the URL but if i change to
HTTPS (8443) then it is appended.

Thanks.



On Fri, May 21, 2010 at 4:59 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Richard Nduka [mailto:richies4...@gmail.com]
> > Subject: Re: jsessionid problem
>
> > First of all, we are not fronting tomcat with any other web server or
> > application server apart from the proxy server (Squid) that seats in
> > front of tomcat.
>
> Are you using clustering?
>
> > Secondly, we have not disabled cookies.
>
> You might want to double check that.  You'll need to look in
> conf/context.xml, the webapp's META-INF/context.xml, and
> conf/Catalina/[host]/[appName].xml for starters.
>
> > In our context, we have cookies set to true
>
> Which is the default.
>
> > For some reason, tomcat still re-writes the URL and
> > includes the jsessionid.
> >
> > Tomcat version: 5.5.23
>
> That version is over three years old; you might want to move up to the
> current 5.5.29 and see if the problem persists.  A change to jsessionid
> handling did go into 5.5.26, but it appears to deal with incoming jsessionid
> values, not outgoing.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to