标题:sos2
只看楼主
hou3000
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2005-11-27
 问题点数:0 回复次数:2 
sos2

求教一下,关于global.asa文件的请你们看一下这个代码
<script language=vbscript runat=server>
sub application_onStart
application("listname")=""
end sub
sub session_onstart
session("stuid")=""
session.timeout=1
end sub
sub session_onend
if not session.contents("leave") then
str=session.contents("stuid")&"-"
end if
str=session.contents("stuid")&"-"
if InStrRev(application("listname"),str)<>0 then
del_strart=instr(application("listname"),str)-1
del_end=del_start+len(str)
str_start=left(application("listname"),del_start)
str_end=right(application("listname"),len(application("listname"))-del_end)
application.lock
application("listname")=str_start+str_end
application.unlock
end if
end sub
</script>
为什么在我关闭网页是不触发session_onend事件啊?

搜索更多相关主题的帖子: server 
2005-12-06 14:51
盖茨他爹
Rank: 6Rank: 6
等 级:贵宾
威 望:28
帖 子:5255
专家分:0
注 册:2005-5-3
得分:0 
session_onend不是关闭网页触发的
2005-12-06 14:53
hou3000
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2005-11-27
得分:0 

那要怎么触发啊

2005-12-06 15:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-36891-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.204437 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved