access IE cookie created by IE browser

Add-in Express™ Support Service
That's what is more important than anything else

access IE cookie created by IE browser
 
Caesar Kim




Posts: 29
Joined: 2008-05-27
I want to keep track of user's login status in toolbar. If a user is already logged in, how can I check if a user is already logged in? It seems like that it's hard to access IE cookie from a toolbar. Do I need to show some kind of login dialog to a user?



Posted 13 Dec, 2008 02:04:03 Top
Eugene Astafiev


Guest


Hi Caesar,

You can use the cookie property of the IHTMLDocument interface (See the HTMLDocument property in the add-in's code). Please read more about it http://msdn.microsoft.com/en-us/library/aa752569(VS.85).aspx.
Posted 13 Dec, 2008 12:29:37 Top