I am calling one cgi script which takes 50 minutes to send response.I need to keep my xhr alive till the response comes from that cgi.
How to do that ?
it seems like after certain default time request automatically timed out.
I am calling one cgi script which takes 50 minutes to send response.I need
Share
You can use:
for this purpose