how can i clear browser's cache
hello how are you today i have a problem with cache when i visit my site i saw the old topic of my site until i hit ctl+f5 to update the page so how ca i solve this problem is there any way to prevent browser store cache
i have used these meta
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
but same result
cssweb
Junior Poster in Training
74 posts since Sep 2012
Reputation Points: 14
Solved Threads: 0
Skill Endorsements: 0
I don't have a specific answer for you but you may want to look at this document about caching (including options and issues). As a general rule, you don't want to force your whole site to be reloaded every time because there are probably significant parts that don't change very often. Caches are used to speed everything up, including the loading of your site. There are strategies available for forcing specific parts to be reloaded, so some version of that may work for you.
chrishea
Nearly a Posting Virtuoso
1,485 posts since Sep 2008
Reputation Points: 223
Solved Threads: 243
Skill Endorsements: 5
how can i clear browser's cache
This question is more in Web Design, HTML and CSSsection than in PHP section. If you have anymore question about this issue then post this question there.
Read this:
http://clearyourcache.com/
LastMitch
Industrious Poster
4,181 posts since Mar 2012
Reputation Points: 132
Solved Threads: 335
Skill Endorsements: 45