Is there a way to clear all my sites data from a users browser when they visit my contact us page or register page? I need this to happen one way or another to update their info site wide. So when they visit the home page it can personalize some data. Browsers seem to ignore the new data after i obtain it from the form. I want the pages cached for visitors who don’t contact us, to help with the load speeds. It is a wordpress site, no plugins please.
Stack users never disappoint! thanks in advance Everyone!
Perhaps these two other post’s may shed some light on this for you. Hope it helps.
For localstorage.clear() & localstorage.removeItem():
Possibly right some logical into your function to implement this type of method.