This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i m facing a problem in caching the jsp page. i have written the code like
<% // issue HTTP directives such that this page is not cached response.setHeader("Pragma", "no-cache"); response.setHeader("Cache-Control", "no-cache"); response.setDateHeader("Expires", 0); %> which means it will prevent the caching of jsp pages.But it is caching the jsp page. Please help me in this regard.
Please don't ask the same question multiple times. Spreading the conversation out over different threads creates confusion, results in duplication of effort and, in general annoys the people who are trying to help you.