[OT] Re: tc5.x caching jsp
--- Chris Pat <[EMAIL PROTECTED]> wrote: > I have a reset() that generates a random number. However > after the first page view the same number persists. How > do I stop this caching by the server? Assuming it's actually a caching issue, google for tomcat +caching. This is a generic HTTP iss
tc5.x caching jsp
Hello I have a reset() that generates a random number. However after the first page view the same number persists. How do I stop this caching by the server? tia.