Where can I go to see the list of I.E.7 cookies on a Windows XP computer?
Michael Jennings - 12 Jun 2008 21:07 GMT
Lots of people have found this link useful for answering that question:
http://kb.iu.edu/data/ajfh.html
> Where can I go to see the list of I.E.7 cookies on a Windows XP computer?
Robert Aldwinckle - 13 Jun 2008 04:48 GMT
> Where can I go to see the list of I.E.7 cookies on a Windows XP computer?
If you just want a list, switch to a cmd window and enter:
cd /d %USERPROFILE%\Cookies
and
dir
---