Re: [jetty-users] Concurrent timeout exception

2021-07-20 Thread Greg Wilkins
On Tue, 20 Jul 2021 at 18:51, John English wrote: > On 20/07/2021 02:26, Greg Wilkins wrote: > > > > It means that a request arrived and your app was trying to extract > > parameters from the body of the request, but blocked as the full body > > had not yet arrived. After 30 seconds the data

Re: [jetty-users] SameSite to STRICT

2021-07-20 Thread Jan Bartel
By the way, there is something wrong with the response headers you posted: there are two Set-Cookie headers for different paths, and the one for root has an empty session id - you must have some code that is explicitly setting this. Jan On Thu, 15 Jul 2021 at 11:50, Jan Bartel wrote: > I can't