sozzi schrieb:
I guess I must be using the plugin wrong. I am trying to make sure
that the second AJAX request does not start until the Session.ID
variable (from the first call) was set.
The second call never gets properly executed (below) because
Session.ID is still undefined....
So I guess I'm doing something wrong still, but what exactly?
You should try to start the second request in the callback of the first. That gurantees the right synchronization.

Jörn

Reply via email to