I was trying to access an asp page from a WebBrower contol in VB6. The first page is displaed without any problem.
But the second page is opened from the first page as a new window using the javascript "document.open" command.
The problem is for the second page the web Server issues a different Session ID (+1) and treats that request as a seperate session. Is there any way to avoid this as my ASP app
is fully based on one session.
Thanks in advance...
But the second page is opened from the first page as a new window using the javascript "document.open" command.
The problem is for the second page the web Server issues a different Session ID (+1) and treats that request as a seperate session. Is there any way to avoid this as my ASP app
is fully based on one session.
Thanks in advance...