View Single Post
  #1 (permalink)  
Old 05-08-2008, 09:42 AM
Laura
 
Posts: n/a
Default Apache with HTML Header very large

Hi all,
we have a web application with Apache + Tomcat which makes an
intensive use of cookies. Since cookies are stored in the HEADER
there's one page where cookies reach 20KB.
We've set packetSize to 40KB both in Tomcat and in Apache and it
works.

My question is: Apache will send a 40KB Header for all pages ?? or
only in that page where cookies are used ?

Thanks a lot
Francesco
Reply With Quote