chromium-portable

CefSharp Wpf , Session Cookie for multiple instances

耗尽温柔 提交于 2019-12-08 08:20:50
问题 I am very curious if there is a possibility in CEF Sharp , somehow to isolate each instance of browser from other instances. I am creating 4 instances of browser. Logging in on of the instances , immediately 3 other instances become logged in as well. Is it possible to achieve somehow in Current version that we got from Nuget ? 回答1: As of revision 2040, CEF now adds support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a request

CefSharp Wpf , Session Cookie for multiple instances

杀马特。学长 韩版系。学妹 提交于 2019-12-07 04:16:25
I am very curious if there is a possibility in CEF Sharp , somehow to isolate each instance of browser from other instances. I am creating 4 instances of browser. Logging in on of the instances , immediately 3 other instances become logged in as well. Is it possible to achieve somehow in Current version that we got from Nuget ? As of revision 2040 , CEF now adds support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a request context basis. This is also now in CEFSharp. To make sure that no sessions overlap between multiple instances,