2

I have created a c# windows application, with 3 Webbrowser that I want to open 3 different facebook.com/instagram.com accounts to view the home feed of all accounts in one application.

But when I log in to one account in webbrowser1, then webbrowser2 and webbrowser3 also logging into the first account(maybe by setting a cookie or other options). Is there any way to prevent setting cookies or managing any other setting/option in Webbrowser to solve this problem?

enter image description here

As you can see, All Webbroswers opening the same account as the first one when I'm logging in one of the browsers!

Ensood
  • 73
  • 1
  • 1
  • 4
  • I am not 100% if it is possible with the built-in webbrowser control, you need to enable some type of "InPrivate" or "incongnito" for each control to accomplish this, at least easily. It has been many years ago since I had done this.... – ForeverZer0 Mar 11 '18 at 07:40

1 Answers1

1

probably this will help you.

You will need to have different sessions on the browsers.

Marius Steinbach
  • 548
  • 7
  • 19