views:

8

answers:

0

I have a Cookie Container i'm using on lets say Form1 from a webRequest, after its a successful login with the request it stores the cookie in the cookie container.. How can i assign that cookie to a webBrowser control on Form2 so that it doesnt ask for a login again?

Thanks!

related questions