aspose file tools
The moose likes Servlets and the fly likes Doubts in adding headers to response Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Doubts in adding headers to response" Watch "Doubts in adding headers to response" New topic
Author

Doubts in adding headers to response

Mike Thomson
Ranch Hand

Joined: Nov 07, 2007
Posts: 115
What is the purpose of the following things added to the response?

Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

These headers suggest that the browser not cache this page.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Doubts in adding headers to response
 
Similar Threads
Setting response page expire time
Problem with browser caching
how to clear the cache in JSF?
logout problem
multiple get requests - one thread serving them all?