Hello All, I am having a bit of trouble trying to implement the following. Can anyone give me some insight?
I am trying to use the MSXML2.ServerXMLHTTP component to hit the following URL http://www.pricegrabber.com/search_gen_top.php?form_keyword=00389 However, there seems to be some type of id, I am thinking session id, that is assigned when a client first hits the site. Therefore, the above URL would turn into http://www.pricegrabber.com/search_gen_top.php?form_keyword=00389&ut=421 58bf25d8fe8b6 What I tried to do is first hit the site and get the "session id" then post a second time appending the "session id" to the URL. However, each time I hit the site with the MSXML2.ServerXMLHTTP component it assigns a different "session id". Can anyone offer some insight on what is going on and how, if possible, I can perform this? Many thanks Zaid Abdur-Rahman [EMAIL PROTECTED] --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
