Application Developer Framework (ADF) Template Application hangs on task framework, Asynchronous JavaScript and XML (AJAX) postback, upon user session timeout.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM013578
Submitted
December 11, 2007
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Version Fixed
9.3
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
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) {