Hi all,
We have developped a VB program containing the WebBrowser Control from Microsoft (from the shdocvw.dll 5.50.4915.500 packaged with IE 5.5 SP2).
Using this VB application, we navigate through an Intranet Web Site (Javascript) that handles session with in-memory cookie. Everything works fine.
But if we try to open a child window from a parent page (using the right-click "Open New Window" menu), the cookie sent to the Web server in the GET request is not the parent window session cookie ! Hence, the Web server initiates a new init session sequence.
If we do the same using IE 5.5 SP2 (and not our VB application), we do not have the problem.
Our understanding of the problem is that some differences exist in init phase of the navigator instance but we cannot figure out what.
Any ideas ?
steph920
We have developped a VB program containing the WebBrowser Control from Microsoft (from the shdocvw.dll 5.50.4915.500 packaged with IE 5.5 SP2).
Using this VB application, we navigate through an Intranet Web Site (Javascript) that handles session with in-memory cookie. Everything works fine.
But if we try to open a child window from a parent page (using the right-click "Open New Window" menu), the cookie sent to the Web server in the GET request is not the parent window session cookie ! Hence, the Web server initiates a new init session sequence.
If we do the same using IE 5.5 SP2 (and not our VB application), we do not have the problem.
Our understanding of the problem is that some differences exist in init phase of the navigator instance but we cannot figure out what.
Any ideas ?
steph920