Technical information on this site may be out of date : no updates since 2015

Debugging Multiple Concurrent Sessions (AJAX/SOAP)

March 3, 2008 , posted under eclipse best practice ajax

I’ve recently been working with AJAX and SOAP which both result in multiple sessions running concurrently.

For example if you have an AJAX progress bar for a large file upload one session is uploading the file while a series of shorter sessions check on progress and update the bar.

How to track both parts of this cleanly has had me scratching my head a bit - but the solution is fiendishly simple.

Read More…