Update the 9.3 Developer Documentation on timeouts to clarify that maximumLapseTime and showLapseAlert must be prefixed with ESRI.ADF.System.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM038008
已提交
August 28, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
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