如何在单独的实例中使用 TEmbeddedWB 或 TWebbrowser?
可能的重复:
如何在不同的缓存上使用 TWebbrowser?
我希望 Twebbrowser 或 TEmbeddedWB 在单独的实例中打开。就像登录多个帐户一样。我认为它是用饼干完成的,有人可以帮助我吗?
Possible Duplicate:
how to use the TWebbrowser on a diffent cache?
i wanted Twebbrowser or TEmbeddedWB to open in separate instance. like login into multiple accounts. i think its done with cookies, anyone could help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可能在这里找错了树。经过几个月的长时间研究此类问题后,我得出的结论是,以编程方式使用不同缓存的单独嵌入式浏览器的唯一方法是将它们放在不同的应用程序中并以不同的用户身份运行应用程序。我怀疑缓存配置内置于任何嵌入式浏览器中,以便它与等效的实际浏览器无缝工作,即它可以共享 cookie 等。如果您发现任何其他有效的东西,我会感到惊讶;-)
I think you might be barking up the wrong tree here. After a long look at this type of issue over a number of months I came to the conclusion that the only way programmatically to have separate embedded browsers using different caches was to have them in different applications and run the applications as different users. I suspect that the cache configuration is built into any embedded browser so that it works seamlessly with the equivalent actual browser, i.e. it can share cookies, etc. I would be suprised if you find anything else that works ;-)