Re: delete all cookies include the session cookie
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Tue, 14 Aug 2007 11:29:40 -0400
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
.
- Follow-Ups:
- References:
- delete all cookies include the session cookie
- From: susan
- delete all cookies include the session cookie
- Prev by Date: delete all cookies include the session cookie
- Next by Date: Re: delete all cookies include the session cookie
- Previous by thread: delete all cookies include the session cookie
- Next by thread: Re: delete all cookies include the session cookie
- Index(es):