After the New Year’s Eve I am full of energy to do new things and hopefully to write more often in my web place. So this is my 2008 start :).
When you want to see the stored web browser cookies for a particular website how will you do it? I had in my mind three ways to do it. Now as I learned and one new tricky way, I would like to share it with you.
- Of course, the first way is to browse to the folder where your cookies are stored and to find there what you need. For instance, my cookies stay in "Documents and Settings/ MyCompName/ Local Settings/ Temporary Internet Files/". I do not recommend you that way, because you will be lost in a bunch of files.
- Number two. If you are a FireFox fan, as I am, you will find that Firefox browser has great capabilities when dealing with cookies. You can find your cookies at "Tools/ Options/ Privacy Tab/ Show Cookies". What you will see there is a list of the websites that set cookies to your computer recently. You are able and to search for a particular website.
- Number three. If you are a Web developer and you still do not have "Firefox Web developer Extension", you should definitely try it. This tool is awesome. One of its features is connected with cookies. You can review the cookies for every separate website in a separate tab. An example is shown in the image below:
- The last way is a very quick trick. First open any website. When the website is loaded, replace at the address bar the URL with javascript:alert(document.cookie) and press Enter. What you should see is Javascript alert box with all cookies from the particular website.
category: Web development, posted date: 02.01.2008,