After users register for my site, I want to link them to my homepage and then I need that page to refresh.
Anyone know how to do that via the link? (Not by adding code to the homepage.)
After users register for my site, I want to link them to my homepage and then I need that page to refresh.
Anyone know how to do that via the link? (Not by adding code to the homepage.)
You could add a random string to the link:
www.example.com/home.html?update=123459393203940459
this will cause the browser to re-load the page and not use a possible cached version.