On 26/04/18 09:53, Greg Huber wrote: > Hello, > > One thing I have noticed with Tomcat 9.0.x I get alot ;jsessionid=xxx > appended to my urls. This did not happen with 8.5.x. > > /images/image_32x32.png;jsessionid=BF27C604B287CCF6DF3DBDB180C2CBEB > > 500 Internal Server Error > /images/image_32x32.png;jsessionid= ... 23784378307846F: 1 Time(s) > /images/image_32x32.png;jsessionid= ... 85D9B02C5A030FF: 1 Time(s) > > > From previous experience this happens when there is no session. I use > struts and have used encode="false" on the tags to prevent this: > > <s:url value="/" encode="false" /> > > Also I have used (in the past) <%@ page session="false" %> but have > commented this out as it causes down stream problems for me. > > Would there be a reason why these has now started happening on 9?
You'll need to explain the exact steps to reproduce this on a clean Tomcat install. The smaller the test case, the better. With that, we should be able to say why a session is being created and the ID encoded in the URL. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org