I am using the Web Browser control to display a Login page for user to signing to their account and then application will get contacts from that account.
However, the problem is if user select option "Keep signing" from browser, browser will cache that account name and next login with different account, it will return previous cached account name. This lead to application will get wrong account name.
You guys know how to force WebBrowser to clear all cache context Store before proceed to prevent this problem?