Hi there,
I am using Tomcat 8.5.58 and have a problem with JSESIONID cookie.
It should be possible to completly deactivate the jsessionid cookie with the
following code:
<%@ page session="false" %>
If you do that and call the JSP, there is in no entry under cookies in google
chrome's cookie l
Hi Peter,
>>Go to a site that does not use sessions (and tomcat) and it will have that
>>entry.
You are right, every site with no cookies causes the entry under cookies in
chrome.
So this issue is solved. Thank you
Tillmann
the
tomcat documentation.
Is it possible, that the tomcat server is stopped, when the issue occurs? But
why is there a delay of 20 secs?
And why does this issue not occur with tomcat 8.5.50?
Thank you for your help
Tillmann Schulz
>>Are you able to make other /manager requests and get a good response?
YES,all other manager requests work and also the stop command works in some
cases.
We have a destroy method in our Servlet implemented that needs some seconds
when the app is stopped. This destroy method can take more time t
Hello tomcat user group,
Today I solved my problem with the empty manager responses.The issue does not
occur any more when using the new Java11-HTTP-Client to call the
tomcat-manager.My old implmentation of the client was based on very old java
functionality.
So I do not know whether it was an