....AND in the Temporary Internet Files folder which you can't see without turning off UAC
You will have to also uncheck the *Hide protected operating system files*
option in Folder Options to see those files
CCleaner has a great cookie manager (Options, Cookies) feature in it,
and can delete (Cleaner option) all of the cookies to.
You might want to give it a try.
CCleaner :
http://www.ccleaner.com/
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espańol :
http://asp.net.do/foros/
======================================
"Juan T. Llibre" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Cookies in Vista are stored at:
>
> Drive:\Users\(User Name)\AppData\Roaming\Microsoft\Windows\Cookies\Low
> AND
> Drive:\Users\(User Name)\AppData\Roaming\Microsoft\Windows\Cookies
>
> http://www.vistax64.com/tutorials/60641-cookies.html
>
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espańol : http://asp.net.do/foros/
> ======================================
>
> <(E-Mail Removed)> wrote in message news:be84cd15-defc-47ed-99d5-(E-Mail Removed)...
>> Hi,
>>
>> In Windows Vista: where does asp.net write its cookies?
>>
>> I use
>> HttpCookie objCookie = new HttpCookie("nameCookie");
>>
>> in Win2000 (and later) they used to be in
>> C:\Documents and Settings\Administrator\Cookies
>> but not anymore
>>
>> I looked in
>> C:\Users\MyUserNameAppData\Roaming\Microsoft\Windows\Cookies
>>
>> there are some cookies but the cookie I use in my webapp must be
>> stored somewhere else since
>> when I delete all cookies in this directory, my webapp still
>> recognises my cookie to be alive ... but where is it?
>>
>> thank you
>> Chris
>
>
>