How do I Prevent Caching of my web page?

|

To request that your web page not be cached, you must put a No-Cache directive in the section of the web page.

< equiv="CACHE-CONTROL" content="NO-CACHE">

< equiv="CACHE-CONTROL" content="NO-CACHE"> is the HTTP/1.1 compliant method of requesting that a web page not be cached.

< equiv="PRAGMA" content="NO-CACHE">

< equiv="PRAGMA" content="NO-CACHE"> was the HTTP/1.0 compliant method of requesting that a web page not be cached.

0 comments:

Post a Comment