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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get a session ID via 'GET' method?

Status
Not open for further replies.

kloner

Programmer
May 15, 2000
79
AU
Hi all.

I am using Stats Server and enter the app via a url (172.16.16.16:8080) for example.

At the above URL you are presented with a form. It uses the 'GET' method.

You enter a userid 'abcd' and hit submit. What happens is it goes to a menu page with a sessionID in the URL.

Can someone tell me how you do this in VB?? I need to get hold of the SessionID without using a browser as the project will be COM.

Regards, kloner


 
Stoopid me!!!! Use the response object!!!

CreateObject("InetCtls.Inet.1")

All ok now kloner


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top