On 11/10/18 10:12, Mark Thomas wrote:
> If folks think this looks reasonable, I can create a BZ enhancement
> request to implement it.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62841
-
To unsubscribe, e-mail: users-unsubs
Hello Tomcat Users,
I’ve been attempting to track down an issue where the cookies aren’t being
parsed out of the cookie header in rare cases. We’re using a java service that
utilizes JSession, so this causes the users session to be lost every time one
of these failures occurs.
Version: Tomcat
> From: Durand, Dustin [mailto:dustin_dur...@intuit.com]
> Subject: Cookie Header Not Being Parsed
> I've been attempting to track down an issue where the cookies aren't being
> parsed out of the cookie header in rare cases. We're using a java service
> that utilizes JSession, so this causes th
Thanks for the responses to my earlier post about websockets/JSPs.
Http/2 is definitely the right answer for my issue there.
HTTP/2 solved the problem with the throttling the multiple parallel
requests with the browser connection limits. But now opening that
throttle has now exposed a differ