It seems there are several web browers or similar constrols out there, such as Webkit, Gecko, Mono.WebBrowser, CefSharp, GeckoFx etc. Do you guys know any of those supports multiple sessions (or something like private mode in IE8) in one process, or in one machine? because I want to run multiple controls in the same Form but I don't want them to share sessions. (Or I can run multiple instances on the same machine but don't want them to share sessions)
Thanks.