Hi there,
I have an asp web application that will take information from a web user via a form. The info gets sent to the server for processing.... the processing then sends the info onto another external server for some more processing. This external server then sends back a response to the web server that then sends back a response to the web user depending on some more prosessing web server end.
That's the model anyway. I am fine with this technically until the very last section, the sending back of the response to the web user. My problem is how the web server, from recieving info from the other external server, will know how and where to push the response back to the web user?
Surely the initial HTTP session will be broken when the web server sends to the other external server?
Very confused!!
Any help gratefully received!!
Nell1
I have an asp web application that will take information from a web user via a form. The info gets sent to the server for processing.... the processing then sends the info onto another external server for some more processing. This external server then sends back a response to the web server that then sends back a response to the web user depending on some more prosessing web server end.
That's the model anyway. I am fine with this technically until the very last section, the sending back of the response to the web user. My problem is how the web server, from recieving info from the other external server, will know how and where to push the response back to the web user?
Surely the initial HTTP session will be broken when the web server sends to the other external server?
Very confused!!
Any help gratefully received!!
Nell1