Re: delete all cookies include the session cookie



susan wrote:
i wanna delete all cookies of a process, include the session cookie.
how can i do this?

InternetSetOption(INTERNET_OPTION_END_BROWSER_SESSION) erases all
session cookies. To erase permanent cookies, you would have to enumerate
them (FindFirstUrlCacheEntry et al) and delete them one by one
(InternetSetCookie).
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.