No you should leave noCookies="false", the double negative implying that cookies may be used, which is what you want.
Are you using Tomcat 3.2? I use 3.3, and it looks like the configuration syntax is a little different. Anyways, since you haven't touched the server.xml file, I'd be inclined to agree with you that the problem is elsewhere. Can you give a sample of the JSP code that is actually generating the problem URL? Paul -----Original Message----- From: Mark Williams [mailto:[EMAIL PROTECTED]] Sent: May 13, 2002 11:37 AM To: Tomcat Users List Subject: RE: jsessionid suddenly appearing in the HTML links Hi, Thanks for your reply. I looked for the tag and there isn't one, what I did find was this : <!-- Request processing --> <!-- Session interceptor will extract the session id from cookies and deal with URL rewriting ( by fixing the URL ). If you wish to suppress the use of cookies for session identifiers, change the "noCookies" attribute to "true" --> <RequestInterceptor className="org.apache.tomcat.request.SessionInterceptor" noCookies="false" /> So, changing the NoCookies value to true would fix my problem? Sorry, I'm not at all used to tomcat > -----Original Message----- > From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] > Sent: 13 May 2002 16:20 > To: Tomcat Users List > Subject: RE: jsessionid suddenly appearing in the HTML links > > > What does the <SessionId /> tag look like in your server.xml file? > > -----Original Message----- > From: Mark Williams [mailto:[EMAIL PROTECTED]] > Sent: May 13, 2002 11:22 AM > To: Tomcat Users List > Subject: RE: jsessionid suddenly appearing in the HTML links > > > No, i've checked on multiple browsers with cookies turned on. THe problem > still exists. Sorry I didn't mentio this in my original post, I forgot. > > > -----Original Message----- > > From: Galbraith, Paul [mailto:[EMAIL PROTECTED]] > > Sent: 13 May 2002 16:13 > > To: Tomcat Users List > > Subject: RE: jsessionid suddenly appearing in the HTML links > > > > > > It sounds like you've got cookies turned off in your browser. Is > > it possible that your browser configuration has changed recently? > > > > -----Original Message----- > > From: Mark Williams [mailto:[EMAIL PROTECTED]] > > Sent: May 13, 2002 11:02 AM > > To: [EMAIL PROTECTED] > > Subject: jsessionid suddenly appearing in the HTML links > > > > > > Hi all, > > > > Apache : 1.3.x > > Tomcat : 3.x > > > > I am having a problem in that suddently, for some reason( no > changes have > > been made to eith my apache or tomcat configuarion for the past 9 > > months ) , > > Tomcat's session id ( jsessionid ) is getting included in the > > HTML URLs that > > are generated from the JSP code I am using. For example : > > > > http://www.domain.com/ghb/estabtype?=GH;jessionid=Gkhjfjfhgjg?type=MX > > > > The jessionid code suddenly started appearing in the generated HTML URL > > links about 1 week ago ( again, I stress absolutely nothing has > changed in > > tomcat's configuration ) and as such, has been causing 404 > errors when you > > click on the link. > > > > The qustion id, why is the jsessionid suddenly appearing in the > > HTML links? > > and how do I configure tomcat ( or whatever ) to stop doing this? > > > > Thanks in advance > > > > Regards, Mark > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
