Re: How can I set the version of sessionId cookie which tomcat send to the client to 0?

2021-10-01 Thread Christopher Schultz
Kuang Neu, On 9/25/21 04:48, Yi Kuang Niu wrote: As is known,when the client accesses the server, the server will create a session and send the sessionId (in the form of cookie) to the client.But these days,I met a problem.I found the IE11 browser doesn’t support cookie if the cookie version

AW: How can I set the version of sessionId cookie which tomcat send to the client to 0?

2021-09-26 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, Could you tell which version of Tomcat you are using? I can't seen any version number in the response header. Have you configured the legacy cookie processor within your context element? https://tomcat.apache.org/tomcat-8.5-doc/config/cookie-processor.html Try to remove the

How can I set the version of sessionId cookie which tomcat send to the client to 0?

2021-09-25 Thread Yi Kuang Niu
As is known,when the client accesses the server, the server will create a session and send the sessionId (in the form of cookie) to the client.But these days,I met a problem.I found the IE11 browser doesn’t support cookie if the cookie version is 1.In client side,every time a new request is