Session_OnEnd 事件在会话被放弃或超时发生。在服务器内建对象中,只有 Application、Server 和 Session 对象可用。
<SCRIPT LANGUAGE=ScriptLanguage RUNAT=Server>
Sub Session_OnEnd
. . .
End Sub </SCRIPT>
在 Session_OnEnd 脚本中不能调用 MapPath 方法。
Session_OnStart、 Application_OnEnd
© 1997 by Microsoft Corporation. All rights reserved.