Tried posting this on asp.net board and someone suggested that I post it here.
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 asp webpage served inside the control from IIS, I set several session cookies using VB. 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. For the moment, I am passing the params to the new window via javascript and resetting all of the session cookie values but would prefer not to have to do that.
1) 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 tell me how to do it w/out resetting all of the session cookies again?
Thank you in advance!
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 asp webpage served inside the control from IIS, I set several session cookies using VB. 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. For the moment, I am passing the params to the new window via javascript and resetting all of the session cookie values but would prefer not to have to do that.
1) 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 tell me how to do it w/out resetting all of the session cookies again?
Thank you in advance!