Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB WEBBROWSER CONTROL & ASP SESSION ID

Status
Not open for further replies.

AC123

Programmer
Oct 3, 2002
12
US
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...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top