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?

Cheers Greg

Reply via email to