Windows keeps your cookies in two places. Assuming your login is 'johnsmith'...:
In the Temporary internet files folder on Windows 98/ME this is c:\windows\temporary internet files
In Windows XP/2000 c:\documents and settings\johnsmith\local settings\temporary internet files
In Windows Vista C:\Users\johnsmith\AppData\Local\Microsoft\Windows\Temporary Internet Files
In the Cookies folder on Windows 98/ME this is c:\windows\cookies
In Windows XP/2000 c:\documents and settings\johnsmith\cookies
In Windows Vista C:\Users\johnsmith\AppData\Roaming\Microsoft\Windows\Cookies and C:\Users\johnsmith\AppData\Roaming\Microsoft\Windows\Cookies\low
Why are the cookies stored in two different places?
The files in the temporary internet files are pointers to the actual cookies that are located in the Cookies folder.
If you delete a cookie from the Cookies folder, either through the Dos-prompt or through Windows Explorer, it will still be in your Temporary Internet Files folder and Internet Explorer can still use the cookie
If you delete through Windows Explorer a cookie file from the Temporary Internet Files folder, both the pointer to the Cookies folder and the cookie file located in the Cookies folder are deleted. This is exactly what Cookies Explorer does, when it deletes a cookie.
If you would manually remove from the dos-prompt the entire Temporary Internet Files folder (the way to do this would be very similar to the way you can remove a corrupted history file), the next time Windows reboots, it will rebuild the cookies in the temporary internet files folder, using the cookies that are in your cookie folder.
Edited by Steve Gardner on February 15 2008 at 12:31 PM
Thanks very much and good luck.