How can I check domain cookie in IE8 / IE9 using C # built-in toolbar?
I am trying to check if a user is logged in on my site using the toolbar defined by the site
When a user logs into the website, a cookie is generated.
I believe you are looking for InternetGetCookie () . Or perhaps InternetGetCookieEx() .
InternetGetCookieEx()