You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java version/vendor(use: java -version)
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment (build 21+35-2513)
OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)
OS type/version
Windows 10 and Windows 11
Description
In our environment the value of the HttpSession.getLastAccessedTime() is always identical to HttpSession.getCreationTime(). Also the value of HttpSession.isNew() returns always true.
The getId() and the hashCode() does not change between different HTTP request. This means the session cookie was send and received correctly. It was not a new session.
Jetty version(s)
12.0.11
Jetty Environment
ee8
Java version/vendor
(use: java -version)
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment (build 21+35-2513)
OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)
OS type/version
Windows 10 and Windows 11
Description
In our environment the value of the
HttpSession.getLastAccessedTime()
is always identical toHttpSession.getCreationTime()
. Also the value ofHttpSession.isNew()
returns alwaystrue
.The
getId()
and thehashCode()
does not change between different HTTP request. This means the session cookie was send and received correctly. It was not a new session.The requests are HTTP1/1 POST requests.
Attached is JettyServer Dump:
jettydump.txt
The text was updated successfully, but these errors were encountered: