I'm running Internet Explorer 9, and had a question. Say I set up a site in PHP. In the PHP code I set a cookie with the name 'user' and value "test". When I go into my temporary internet files folder (C:\Users(user name)\AppData\Local\Microsoft\Windows\Temporary Internet Files, I see cookies for YouTube, Bing, Twitter, and some other things, but none for my 'user' cookie. when I F12 the page and select Cache -> View Cookie Information, I see the cookie name ('user'), value ('test'), domain ('zzl.org'), path ('/'), and when it expires (at the end of the session).
Any ideas where I might be able to find (and edit) the cookie?