Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Diasble browser caching
02-05-2008, 10:05 PM
Post: #1
Diasble browser caching
We can disable the browser caching by adding the following lines in the header.

response.setHeader("pragma","no-cache");
response.setHeader("cache-content","no-cache");
response.setHeader("expires",0);
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: