Hi
I seem to be having a problem displaying the latest info to returning customers
When a returning customer comes to my website www.powerbeckonline.co.uk they see the page as it was when they last viewed which, if this displays old links the user will see page not found etc..
I have found this meta tag for resolving the issue
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
Apparently it stops Internet explorer displaying its cached version of the webpage and shows the page as it is at that moment ensuring the user gets the latest version
This seems to be working but I'm worried that it may be slowing the page display too much and ruining the user experience again
As anyone else encountered this problem what did you do or have you tried the above meta tags
Thanks Paul
I seem to be having a problem displaying the latest info to returning customers
When a returning customer comes to my website www.powerbeckonline.co.uk they see the page as it was when they last viewed which, if this displays old links the user will see page not found etc..
I have found this meta tag for resolving the issue
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
Apparently it stops Internet explorer displaying its cached version of the webpage and shows the page as it is at that moment ensuring the user gets the latest version
This seems to be working but I'm worried that it may be slowing the page display too much and ruining the user experience again
As anyone else encountered this problem what did you do or have you tried the above meta tags
Thanks Paul
Comment