Finding cookies on your Windows PC using Internet Explorer 11 or Firefox

In the IE address bar, type shell:cookies and hit enter.  This will open a Windows Explorer Window pointed (by default) to the hidden folder:

C:\Users\yourusername\AppData\Local\Microsoft\Windows\INetCookies

Replace yourusername with your user name

For Firefox, Menu>Options>Show Cookies will display this dialogue box:
Very useful if you are debugging code that writes cookies...

Comments