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

后端 未结 6 2178
你的背包
你的背包 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:27

    Here is a blog post on how do delete cookies in WebBrowser control using wininet.

    http://www.alphatecit.com.au/code-snippets/facebook-c-sdk-multiple-login-problem-resolved/

提交回复
热议问题