IT Community - Software Programming, Web Development and Technical Support

How do we prevent browser from caching output of my JSP pages?

This is a discussion on How do we prevent browser from caching output of my JSP pages? within the Java Server Pages (JSP) forums, part of the Web Development category; How do we prevent browser from caching output of my JSP pages?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Java Server Pages (JSP)

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-26-2007, 04:26 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Question How do we prevent browser from caching output of my JSP pages?

How do we prevent browser from caching output of my JSP pages?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-26-2007, 04:45 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How do we prevent browser from caching output of my JSP pages?

You can prevent pages from caching JSP pages output using the below code snippet.
<%response.setHeader("Cache-Control","no-cache"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0);//prevents caching at the proxy server
%>
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I prevent the browser from loading a certain page if the user won't or can't GDevakii HTML, CSS and Javascript Coding Techniques 1 01-10-2008 09:12 PM
Explain how Caching in Asp.net 2.0 is different from Caching in Asp.net 1.1? Arun ASP and ASP.NET Programming 6 09-19-2007 10:15 PM
What are the Types of caching in dot net 2005? Archer ASP and ASP.NET Programming 12 08-18-2007 03:00 AM
Caching in php abhilashdas PHP Programming 1 08-06-2007 11:42 PM
ASP Caching nhoj ASP and ASP.NET Programming 0 04-09-2007 09:12 AM


All times are GMT -7. The time now is 11:01 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0