Possible Duplicate:
Using <meta> tags to turn off caching in all browsers?
I am just curious as one html tag it’s efficient for no-cache.
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
or
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
User agents are not required to support meta data mechanisms:
http://www.w3.org/TR/html401/struct/global.html#h-7.4.4.1
Using one or both shouldn’t cause problems, but it would probably be more effective to send a NO-CACHE directive over HTTP.