Re: Pragma, no-cache headers for SSL connections

2007-02-16 Thread Rutger Heijmerikx
Rutger Heijmerikx schreef: Hi list members, I'm running a web application under Tomcat 5.5.17 using SSL. (No mod_jk) The issue i experience is that i want to remove the header elements: PragmaNo-cache Cache-Controlno-cache I've seen a post mentioning a configuration

Pragma, no-cache headers for SSL connections

2007-02-15 Thread Rutger Heijmerikx
Hi list members, I'm running a web application under Tomcat 5.5.17 using SSL. (No mod_jk) The issue i experience is that i want to remove the header elements: Pragma No-cache Cache-Control no-cache I've seen a post mentioning a configuration change at server.xml but it didn't solve my issue.