IWebBrowser2可以将cookie存储在用户指定的文件夹中吗?

发布于 2024-09-25 21:45:26 字数 111 浏览 10 评论 0原文

我正在使用 IWebBrowser2 在 C++ 上开发一个小型 Web 浏览器,问题是当我删除浏览器上的 cookie 时,它​​们会被 IE 删除,而我不想干扰 IE cookie。有办法解决这个问题吗?

I am working on a small web browser on c++ using IWebBrowser2, the problem is that when I delete cookies on my browser, they get deleted for IE, and I dont want to interfere with IE cookies. Is there a way to solve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很OK 2024-10-02 21:45:26

IWebBrowser2 Internet Explorer,因此您实际上并不是在编写另一个浏览器。您只需编写一个重新托管 Trident 渲染引擎的浏览器主机。以及相关的管道。因此,除非我完全没有根据(任何人?),答案是响亮的“不”。

-奥辛

IWebBrowser2 is Internet Explorer, so you're not really writing another browser. You're just writing a browser host that is re-hosting the Trident rendering engine. and associated plumbing. So unless I'm completely off base here (anyone?) the answer is a resounding "no."

-Oisin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文