0
I need to do an automatic "refresh" on some pages of a customer’s site. However, this "refresh" needs to happen only A time.
I know I could put the meta tag below, for example:
<meta content="3;url=http://www.meusite.com.br/index.php" http-equiv="Refresh" />
But it would update every 3 seconds. And I wanted it to update only once. How can I do that? Using SESSION, COOKIE or something else?
What would be the reason to do these refreshes? Perhaps there is a more appropriate solution.
– Sam
@Sam, I’ve thought about it too.
– Matheus Cristian
Related: How can I force refresh after deploy?
– Jorge B.