Thomas
On 9/15/05, Ken Weiner <[EMAIL PROTECTED]> wrote:
What is the best way to set headers on the HttpResponse to control things such as caching directives?
For example:
response.setHeader("Cache-Control", "no-cache");
Would I need to implement a PhaseListener? Is this done through config parameters of some kind? Should I just include a scriptlet in each JSP page?
-Ken

