Update the 9.3 Developer Documentation on timeouts to clarify that maximumLapseTime and showLapseAlert must be prefixed with ESRI.ADF.System.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM038008
Submitted
August 28, 2008
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.3
Version Fixed
9.3
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Use this in default.aspx<script language="javascript" type="text/javascript"> ESRI.ADF.System.maximumLapseTime = Infinity; ESRI.ADF.System.showLapseAlert = function() { window.location = 'SessionEnd.aspx'; }</script>The main point is to use ESRI.ADF.System.maximumLapseTime instead of maximumLapseTime