Rod Fleischer 26.Jul.12 03:25 PM a Web browser Developer ToolkitsAll ReleasesAll Platforms
Hi all,
My application will manage logins for a lot of users, and I expect it to be making a lot of requests.
I cannot find a way to keep track of these requests. Ideally, I would like to be able to supply a user data object for each request (which would then be returned to me in the listener), OR to be able to get the request id when sending it.
There appears to be an id on the event that gets passed to the listener, but without an obvious way to get hold of that id when the request is sent, I don't think it helps me.
When all of the requests on all of the services return void (instead of, say, a request id) and I can't specify a user object for that request, I'm not sure how to proceed.
Is there a mechanism to do this that I may have missed? Any suggestions would be appreciated.