laptop and a wrench

Bug

Application Developer Framework (ADF) Template Application hangs on task framework, Asynchronous JavaScript and XML (AJAX) postback, upon user session timeout.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM013578
SubmittedDecember 11, 2007
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version found9.2
Version Fixed9.3
StatusFixed

Workaround

Modify esri_core.jsEdit esri_core.js -> sendAjaxRequest Replace xh.onreadystatechange = callback; Withxh.onreadystatechange = function() { if (xh != null && xh.readyState == 4 && xh.status == 200) { var xml = xh.responseXML; var errorTags = xml.getElementsByTagName("error"); if (errorTags.length > 0) {

Steps to Reproduce

Bug ID: NIM013578

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options