Monday, February 23, 2009

Need of clearing cookies and caches

Periodically we need to clear cookies and caches in our internet browsers and this will prevent hacking of your personal user name, password or some banking transaction details if you are using internet cafe or public computers for surfing
Reason for this is, application will store detail used in the application in browser cookies. And it can be able to hack by the hackers.
In testing it will use to find the updated files in the server. For example if you are testing an application and in a file and the next day developers are uploading new files into the server and giving it for testing. If you are going to test without clearing cookies and caches it will display the old files which is stored in the caches. In this place we need to clear the cookies and caches to view the updated files in the server.
So remember to delete cookies and clear caches whenever you are going to access internet or everyday before starting testing in your application.





I will give one example to view your user name and password of an application in internet browser cookie files. Mostly password will be in encrypted in all the sites, if not that will be one major security issue.
Open your application, in login field enter user name and password and enable the check box “Remember me” and click submit button.
After login go to tools---->internet option---->Settings in browsing history---->View files
Follow the above steps in IE7 browser to view the internet cookie files.

So follow this habit to clear cookies and caches often in your browser. In our next blog we can find the steps to clear the cookies and caches in various internet browsers.

No comments:

Post a Comment