Cookies under Vista

B

Brian J

Hi,

Where does Vista hide cookies?
Why can't I access "%userprofile%/cookies"?
An administrator user account gets msgbox("Access is denied")
In the shortcuts properties the target is omitted.

I only want to check my code is writing correctly to a cookie.
Can anyone point me in the right direction?
 
J

Jane C

Cookies are actually stored here:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Cookies
The folder that you were looking at is not an actual folder, but a junction
or symlink, which is why you got the Access Denied message.
You need to show hidden files and folders, and unhide protected operating
system files to see the real Cookies folder.
 
B

Brian J

Thanks Jane. Knew there had to be a simple explanation!
Steep learning curve for a OpSys upgrade!


Jane C said:
Cookies are actually stored here:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Cookies
The folder that you were looking at is not an actual folder, but a
junction or symlink, which is why you got the Access Denied message.
You need to show hidden files and folders, and unhide protected operating
system files to see the real Cookies folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top