[Web] How to force browsers not to cache your website?

I’ve found the useful meta tag information, and you just add the information inside “head” tag.

<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<meta
http-equiv="Pragma" content="no cache">

Cheers.

This entry was posted in Programming, Web Design, 網頁撰寫. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *