I am using "GeckoFx-29.0-0.6" for having a firefox web browser control in Windows Form application.
I like to get the web control cookies in some way or other.
Using CookieManager.RemoveAll();
I am able to clear the cookies successfully.
I saw the following link also
C# How to get cookies from GeckoWebBrowser control
and tried the same But I am getting the same issue which he face.
Also I feel that the actual FireFox browser cookies and Gecko cookies are different. Is my assumption correct?
I also if possible I need to access the Gecko web browser cookies from other desktop application that we develop. It that possible ?