users
[Top] [All Lists]

RE: [cinjug-users] Tomcat Question

To: "'Brian Engel'" <Brian.Engel@xxxxxxxxxxxx>, <users@xxxxxxxxxx>
Subject: RE: [cinjug-users] Tomcat Question
From: "Greg Nieman" <gnieman@xxxxxxxx>
Date: Tue, 20 Apr 2004 19:47:00 -0400
Delivered-to: mailing list users@cinjug.org
In-reply-to: <E452629ED566E342BAA54DDEC2349385C967A4@napmail1.na.ipsos>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Thread-index: AcQm+94xJGlAC5u0Tb+ZKP8n3PFZmwANUMcA
I could be wrong here, but off the top of my head I seem to recall that you only see url rewriting in Tomcat if you have disabled cookies.  Otherwise all session activity uses cookies.  You may want to take a look in the server.xml in one of the context entries for the attribute cookies="false".  If you are using auto deployment there is usually a <DefaultContext/>  element that specifies a set of global attributes to use for all automatically deployed webapps.  Otherwise it would be in the <Context></Context> entry that was manually entered for your webapp.
 
It's somewhat easier than programmatically manipulating your url's.
 
 
Greg Nieman


From: Brian Engel [mailto:Brian.Engel@xxxxxxxxxxxx]
Sent: Tuesday, April 20, 2004 1:21 PM
To: users@xxxxxxxxxx
Subject: [cinjug-users] Tomcat Question

Does anybody know if there is a way to "turn off" URL Rewriting in Tomcat for session ID's?
i.e. So that ;jsessionid=blah doesn't get appended to the URL.
 
 
Thanks....
 
<Prev in Thread] Current Thread [Next in Thread>