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
Reyno
source
to share
1 answer
I believe you are looking for InternetGetCookie () . Or perhaps InternetGetCookieEx()
.
0
i_am_jorf
source
to share