Writing cookies in Windows Vista
In IE7 on Vista when working in protected mode (Tools -> Internet Options -> Security tab) all cookies are written to a sub folder of the cookies folder called 'Low'.
Now, assuming I have an application that writes cookies for use of a specific site, how can I create the cookie in the right folder (Low)?
Thx
Re: Writing cookies in Windows Vista
I don't understand how your app can work, on Vista or anywhere else. A cookie is initiated by the server. A cookie set by the client will be ignored by the server.