-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetty keeps Sessions in use after "Duplicate valid session cookies" Message #6085
Comments
@ssoec4u I will put in a fix for this to ensure that duplicate valid sessions have their request counts decremented correctly. But how the heck did you manage to get multiple sessions with different ids created, and moreover get the client to send more than 1 JSESSIONID cookie? Also, you're more than 10 releases of jetty behind, it would be best if you could upgrade. |
…ions Signed-off-by: Jan Bartel <[email protected]>
…ons (#6088) * Issue #6085 Fix reference counts for multiple valid cookies for sesssions Signed-off-by: Jan Bartel <[email protected]>
Fixed via #6088. |
…ons (#6088) * Issue #6085 Fix reference counts for multiple valid cookies for sesssions Signed-off-by: Jan Bartel <[email protected]>
…ons (#6088) (#6096) * Issue #6085 Fix reference counts for multiple valid cookies for sesssions Signed-off-by: Jan Bartel <[email protected]>
The problem can be understood if you call up a web link from an Excel (Microsoft) in a Window 10 with the current IE Edge. The condition is that the website uses session cookies for this. |
Signed-off-by: Jan Bartel <[email protected]>
Cosmetic changes. Signed-off-by: Simone Bordet <[email protected]>
Fixed typo and stopping server & client in testMulitpleIdenticalSessionCookies(). Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Jan Bartel <[email protected]> Signed-off-by: Simone Bordet <[email protected]>
Cosmetic changes. Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Jan Bartel <[email protected]>
Cosmetic changes. Signed-off-by: Simone Bordet <[email protected]>
Fixed typo and stopping server & client in testMulitpleIdenticalSessionCookies(). Signed-off-by: Simone Bordet <[email protected]>
Signed-off-by: Jan Bartel <[email protected]> Signed-off-by: Simone Bordet <[email protected]>
Cosmetic changes. Signed-off-by: Simone Bordet <[email protected]>
Jetty version
9.4.26
Java version
openjdk version "10.0.2" 2018-07-17
OS type/version
CentOS Linux 7 (core)
Description
After getting org.eclipse.jetty.http.BadMessageException: 400: Duplicate valid session cookies jetty keeps the duplicate sessions in use state (request counter in session >0). Thats why these session will not be invalidated by the HouseKeeper-Thread.
Is this a bug in jetty?
The text was updated successfully, but these errors were encountered: