webBrowser popup window loses session

Posted by Usman on Stack Overflow See other posts from Stack Overflow or by Usman
Published on 2010-05-31T06:53:57Z Indexed on 2010/05/31 7:32 UTC
Read the original article Hit count: 399

Filed under:
|
|

I am using WebBrowser control of .NET to login into a website. When i click on a button that popups a new window the popup window asks me to login again. However i am not asked to login again if i open the webpage in internet explorer. Is there any way to make the WebBrowser control store session so that i do not have to login again on the popup window.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET