简体   繁体   中英

IE8 / IE9 Toolbar Cookies Check

How do i check for domain cookies in IE8/IE9 programatically using a C# built toolbar?

I'm trying to check if the user is logged in on my site using a site specific toolbar

When the user logs in on the website, a cookie is created.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM