|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Can i check if visitors are seeing older version of site?
We recently relaunched one of our sites where i work and we've had an issue of visitors accessing cached pages and not seeing the redesigned content.
Is there any way i can check if someone is visiting the cached page and tell them to reload? Or force a reload on all pages or something like that? It's crucial for this to happen cause we've had visitors send contact form data from older forms and we've had buggy data because we've updated for the new forms. Thanks
__________________
Vi Veri Veniversum Vivus Vici Macbook Pro 15" Retina - sold to buy a scooter so now back to my old Pro 17" :/
|
|
|
|
0
|
|
|
#2 |
|
OK, done some digging, there is a cache meta tag but that doesn't get honoured by all browsers, as far as i've read.
the best option for usability's sake would be to detect if the page displayed is cached and popup a javascript alert or something, telling the user to reload the page. or i could just add a refresh meta to all pages? that doesn't seem practical though. maybe i could limit it to run only once?
__________________
Vi Veri Veniversum Vivus Vici Macbook Pro 15" Retina - sold to buy a scooter so now back to my old Pro 17" :/
|
|
|
|
0
|
|
|
#3 |
|
Noting this does not guarantee success across all platforms, this sequence will handle most, set server side (not client side, that disrupts SEO):
Code:
<meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
__________________
Jim Goldbloom Sr. Web Developer, owner GoldTechPro, LLC http://www.GoldTechPro.com
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:44 AM.




Macbook Pro 15" Retina - sold to buy a scooter so now back to my old Pro 17" :/



Linear Mode
