> Try response.setHeader("pragma","no-cache") and
> response.setHeader("cache-control","no-store") at the top of
> your .jsps,
> that will/should prevent browsers and proxies from caching.
This would not be a preferred production solution to the problem
unless it is absolutely necessary since this is going to remove
caching of static objects, such as images, and would reduce
performance on the client-side, but it is a option for debugging
purposes.
---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com