Accessing cookies from a web browser

I have a Windows Mobile 6 application that contains a Webbrowser control for navigating some intranet sites. Is it possible in some way to access the cookies that are set by the pages as they are displayed in the browser?

Since the compact frame works without the ObjectScripting method, I cannot handle any work that might do it.

Thank you very much for your help

Tony

+1


a source to share


1 answer


There is no documented way to do this. The only possibility might be undocumented functionality in the underlying ActiveX control. However, this would not be possible in managed code.



0


a source







All Articles