Windows Vista moved user profiles under C:\Users getting rid of the Documents and Users directory. In addition to this, some XP folders were moved into new locations. In order to preserve backwards compatibility with some applications, Vista introduced a new type of “shortcut” called a Junction Point – a symbolic link pointing to the new location. By default, these shortcuts have no read access to the contents of the link – thus you aren’t able to just double click on the folder.
To see where the Junction Point is pointing to, you can go to a command prompt and cd to c:\users. Type “dir /aL” and you will see the Junction Points and their locations (Figure 3).
The real location for the Cookie folder in vista is C:\Users\<Username>\AppData\Roaming\Microsoft\Windows\Cookies
So, how do you conveniently get to the Cookies directory now? Unfortunately there isn’t an easy way to go back to the old system. You could create a batch file calling explorer to open the proper Cookie directory and then put that batch file in your PATH so you could call the batch file from the Start, Run line or you could just create a shortcut from Explorer. I'd probably just create the shortcut by right clicking on the Cookies folder, dragging it out to your desktop or Start menu and selecting Create Shortcut.
Additional information on Junction Points can be found on the MSDN site here: “Windows Junction Points”