Re: About session cookie



To clear cookies for the current session use;
InternetSetOption(0, INTERNET_OPTION_END_BROWSER_SESSION,0,0);

MH

On Apr 22, 5:42 am, "susan" <none> wrote:
How can I delete all session cookies for a domain/all domains of a process?
Thx~

.