Cache Browsing
Introduction
Browsers often store information in a client-side cache, which can leave behind sensitive information for other users to find and exploit, such as passwords or credit card numbers.
How to Test
After you log out of an application and clicked the browser back button, it should not go to previously visited pages inside the application. If you can able to navigate through the history then cache browsing is enabled.
How to Fix
PHP
We have to add the following code in the required php file.
JSP
Last updated
Was this helpful?