You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sebastien Payette <Sp...@interstarinc.com> on 2000/08/25 23:45:43 UTC

cache problems

OK,

how does someone prevent a dynamic jsp page from being taken from the cache?

I want my dynamci jsp page to get reloaded instead of taken from the cache.
I don't know how.
What should be included in my dynamic jsp page and the servlet which calls
this jsp page is still a mystery to me.

I have tried every single combinations of response.setHeader, cache-control,
no-store, must revalidate, etc... That does not work.
Anybody can provide help?
Thank you.
Sebas Payette