As it is right now, running
#include <IE.au3>
$Browser1 = _IECreate("www.facebook.com")
$Browser2 = _IECreate("www.facebook.com")
Opens up two different IE Explorer windows with both of them being at facebook.com
Now, If I login to facebook on Browser1, and then go to Browser2 and refresh the page, I will be logged in on both of them. This is because they're sharing cookies and everything.
How can I make them both completely separate from each other? Like I