1

Why it is necessary to clear the cache of the browser after clearing my site's cache from admin panel?

Every time I have to ask everyone to clear browser cache to see updates. Is there any way to come over this issue.

Dennis Kriechel
  • 3,719
  • 14
  • 40
  • 62

1 Answers1

1

Whenever you want to clear broser cache then place the below meta tags in head of page.tpl.php

<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>

Source: How to programmatically empty browser cache?

Community
  • 1
  • 1
Viswanath Polaki
  • 1,357
  • 1
  • 10
  • 19