Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Duplicate valid session cookies?

Somehow your client is sending 2 session cookies. Maybe you have have a couple of different overlapping cookie paths configured on the server? 

On Mon, 4 Apr 2022, 22:18 John English, <john.foreign@xxxxxxxxx> wrote:
Just found this in today;s logfile:

org.eclipse.jetty.http.BadMessageException: 400: Duplicate valid session
cookies:
  node01i4jd7v7oyycb11ehdwk49qdb6337.node0,
node01vpsmo7e7yapu1ajschdxrfhk8336.node0
        at
org.eclipse.jetty.server.session.SessionHandler.checkRequestedSessionId(SessionHandler.java:1712)

Can someone explain what might have happened here?

Thanks,
--
John English

--
This email has been checked for viruses by AVG.
https://www.avg.com

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top