Multiple Instances of AxWebBrowser

Nov 24 2006 4:46 AM
Hi,

I have a csharp application, running multiple instances of AxWebBrowser
at the same time. Each web browser requires the same cookie, set using
InternetSetCookie. I used InternetSetCookie before I start navigating in each control.

If one AxWebBrowser control is navigating, another
control is not able to recognise the cookie. If I waited until the
first control is complete navigating, then start navigating the second
control, then it is able to recognise the cookie.

Is this a known feature of the control ? Is there any way to get around
it ?

Thanks and Best Regards