Svercek
2008-10-29 05:02:01 UTC
I am trying to read cookies on the client side from a domain using
InternetGetCookies, works great except on Vista. I understand the the cookie
is stored in the low area (in fact I see it stored there) and the application
I am running is at a higher security level and therefore seems unable to read
the cookie.
The only solution I have seen is for the higher app to start a lower app,
the lower app reads the cookie and writes the data to a text file stored
where the higher app can read it. Seems kinda convoluted (not to mention a
lot of work) to me.
There has to be a better way. Any advise is appreciated.
InternetGetCookies, works great except on Vista. I understand the the cookie
is stored in the low area (in fact I see it stored there) and the application
I am running is at a higher security level and therefore seems unable to read
the cookie.
The only solution I have seen is for the higher app to start a lower app,
the lower app reads the cookie and writes the data to a text file stored
where the higher app can read it. Seems kinda convoluted (not to mention a
lot of work) to me.
There has to be a better way. Any advise is appreciated.
--
John C. Svercek
John C. Svercek