My website homepage suupose to look different every time a user loads it.
However, it loads from memory thus looks the same every time.
How can i make sure that it loads the new page and not the cached page?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you want to that programmatically or not?
Yes – Send HTTP headers that are about cache-control and expires.
No – Press shift before clicking the refresh button…this is to perform a hard reload.