https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
--- Comment #8 from Mark Thomas ---
I did some testing using:
http://browsercookielimits.squawky.net/
Focusing on max cookies per domain, the results are:
FireFox + Win = 150
FireFox + OSX = 150
Chrome + Win = 180
Chrome + OSX = 180
IE 11 +
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Huxing Zhang changed:
What|Removed |Added
Target Milestone||-
Version|8.5.x-trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Huxing Zhang changed:
What|Removed |Added
CC||huxing.zh...@gmail.com
Versi
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Remy Maucherat changed:
What|Removed |Added
CC||gehill...@sina.com
--- Comment #6 fro
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
--- Comment #5 from Remy Maucherat ---
59911 has a patch idea.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubs
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
Remy Maucherat changed:
What|Removed |Added
CC||jan0mich...@yahoo.com
--- Comment #4
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
--- Comment #3 from Huxing Zhang ---
> A maxHeaderSize of 8k has limit the number of ServerCookie object to no more
> than 2k
Correction:
We have just observed many 4k ServerCookie object array in
org.apache.tomcat.util.http.Cookies#scookies
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
--- Comment #2 from Huxing Zhang ---
We saw two issues in this case:
1) the size of org.apache.tomcat.util.http.Cookies#scookies array never gets
shrunk after recycle, once it is dynamically resized.
2) the number of org.apache.tomcat.util.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59904
--- Comment #1 from sunqi ---
ps
we use async servlet,(If using Servlet 3.0 asynchronous processing, a good
default is to use the larger of maxThreads and the maximum number of expected
concurrent requests (synchronous and asynchronous),it is