Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to prevent browser from caching the page content?

Answer Posted / janet

Before sending the data to the browser,write the follwing code.
response.setHeader("Cache-Control","no-store");
response.setHeader("Pragma","no-cache");
response.setDateHeader("Expires",0);

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How servlet is created?

1315


What's the advantages using servlets than using cgi?

1044


How the JSP file will be executed on the Server side?

1191


How to generate the server side programming and the advantages of it over the other languages?

1071


Can you call a jsp from the servlet?

1065


Is tomcat a servlet container?

1111


What is lazy loading and what is Generic Servlet Class?

1127


Tell the new features added in servletrequest interface i.e. Servlet 2.4

1222


What are the phases of servlet life cycle?

1167


What is called Scriptlet?

1154


Why servlet is mostly used?

1288


Explain the lifecycle of a servlet?

1025


What are the different methods involved in the process of session management in servlets?

1343


What must be implemented by all servlets?

1155


How we can call a jsp from the servlet?

1057