IE8 / IE9 cookie checker

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.

+3


source to share


1 answer


I believe you are looking for InternetGetCookie () . Or perhaps InternetGetCookieEx()

.



0


source







All Articles