How to set and delete cookies from WebBrowser Control for arbitrary domains

后端 未结 6 2164
你的背包
你的背包 2020-12-05 21:03

How can I set and delete cookies for a domain in webbrowser control without using Javascript (which doesn\'t allow to set / delete cookies without navigating to the webs

6条回答
  •  醉梦人生
    2020-12-05 21:32

    Managed to accomplish this task by combining these 2:

    http://support.microsoft.com/kb/815718

    and INTERNET_OPTION_END_BROWSER_SESSION - http://msdn.microsoft.com/en-us/library/windows/desktop/aa385328(v=vs.85).aspx

提交回复
热议问题