Session and XMLHTTP

1st-Hokage

New Member
I have two asp pages on the same server. The first one generates XML dynamically using querystring informations and session information. The second one reads the first one using an XMLHTTP object and do things using the XML datas.However, my problem is that the XMLHTTP request is done server-side. Thus, the session variables of the client are not accessible when the xml should be generated.How can I do so that the page that generates the XML receives the session variables ?Thanks.
 
Back
Top