New to asp.net - and only using it for a few days for a small project. I have a WebBrowser control inside of a form. On the webpage served inside the control from IIS, I set several session cookies. I have verified that these get set by printing them on subsequent pages. However, if launch a new browser window using javascript(to be able to control the window attributes), a new browser session id is being created and I am unable to access the session cookies.
1) What exactly is happening? Why is a new session being created? If I do all of this in IE or FireFox directly, a new session is not created.
2) Can anyone suggest a solution?
Thank you in advance!
1) What exactly is happening? Why is a new session being created? If I do all of this in IE or FireFox directly, a new session is not created.
2) Can anyone suggest a solution?
Thank you in advance!