How can one design a php logout page that prevents browser from logging in using cache? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can one design a php logout page that prevents browser from logging in using cache?

Most logout pages I've been searching on the web simply destroys user sessions and redirect the user back to the login page. If the user happens to click the 'go back' button on their browser to the authentication php page, the browser simply asks the user to reload the page and submit the cached data thus re-logging the user without prompting him/her for the credentials. How can this be prevented?

28th Feb 2020, 8:38 AM
George Onyango
1 Answer