How to Force a page refresh...

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Lasa
 
 
Posts: 544
Joined: Sat Oct 06, 2018 3:08 pm

How to Force a page refresh...

Post by Lasa »

I have a page that gets changed a lot. Images get switched out left and right.
How can I force a page refresh from the website side, not user side.
I think I see how but not sure:
Go into page meg tags.
User defined.
add
<meta http-equiv="Cache-control" content="no-cache">
Is this enough to force the browser to see the latest and not use the cache image or pdf?

or does it need the following as well:
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />

Cheers,
Lasa
User avatar
BaconFries
 
 
Posts: 5978
Joined: Thu Aug 16, 2007 7:32 pm

Re: How to Force a page refresh...

Post by BaconFries »

They should work but have you tried them out yourself?
Lasa
 
 
Posts: 544
Joined: Sat Oct 06, 2018 3:08 pm

Re: How to Force a page refresh...

Post by Lasa »

My problem is I see the images that have been changed but others are not.
So I assumed it was a cache problem.. so I tried it on my wife's pc and sure enough it doesn't show on hers either.
Cleared her chrome cache and its still showing a image name that does not exist anymore.
Lasa
Post Reply