[OT] Re: tc5.x caching jsp

2008-04-11 Thread Dave Newton
--- 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

2008-04-10 Thread Chris Pat
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.