I want to send another ajax request when one request is in process to get the status of first request.
This is working fine if no session data is set before calling the request.
If I set data in session and then call both the request the second request gets blocked till the completion of the first request.
I am using in-proc to store the session data.
Can anyone suggest a method so that second request gets processed in between when the first request is processing.
I used Fiddler 2 for checking the status of the request.
Thanks
Prashant