Has anyoe had experience working with the MS WinHttp 5 component? I am using it to capture the HTML of a materials order form on a webside and incorporate it into a 3rd party website. I have it working perfectly which was a bit tricky being the original order form was not designed to be used as a web service. The problem is, the items in the form have a view link. No biggie but the original uses session variables to determine if a disclaimer has been displayed in the last 30 minutes and if not, pops up the legal disclaimer before letting the user proceed to view the item. Yep, session management and session variable hell. When using the Http request of WinHttp, I was hoping the remote app, the order form, would inherit the session of the host app. Obviously not the case hence my problem. Every request to the order form produces a new secondary ASPSESSIONID and thus the session variables are not maintained and the disclaimer does not display properly. So my question is, is there anyway to have the remote app inherrit the host session using WinHttp, and if not, I know you can modify the header of the remote HTML before sending the request, so would there be a way to change the remote ASPSESSIONID to that of the parent app?
Thanks,
Mike
Thanks,
Mike