Re: strange cache behavior in Tomcat 5.5.9?

2005-08-01 Thread Seth Ladd
Gabriel Belingueres wrote: Hi, In my JSP pages I put the following tags to avoid the browser cache the pages. head meta http-equiv=Expires content=0 / meta http-equiv=Pragma content=no-cache / meta http-equiv=Cache-Control content=no-cache / I wouldn't trust this way. I would always use the

strange cache behavior in Tomcat 5.5.9?

2005-07-31 Thread Gabriel Belingueres
Hi, In my JSP pages I put the following tags to avoid the browser cache the pages. head meta http-equiv=Expires content=0 / meta http-equiv=Pragma content=no-cache / meta http-equiv=Cache-Control content=no-cache / ... /head When used in Tomcat 4.1.12 it behaves correctly (the back button in the