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?
As you can see, All Webbroswers opening the same account as the first one when I'm logging in one of the browsers!