I am using the GeckoWebBrowser control for navigate an URL. It actually should have cookies when that page is loaded. But if I tried to get the cookie, I get a blank text even the page is loaded.
GeckoWebBrowser m_Browser = ...
// ... after navigated. string sCookie = m_Browser.Document.Cookie.ToString();
Is there another way to get the cookies from GeckoWebBrowser? Please help me. Thanks