⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global.asa

📁 蓝芒3.0A最新所有功能完整破解版
💻 ASA
字号:

<SCRIPT LANGUAGE=VBScript RUNAT=Server> 
	Sub Application_OnStart

		Application.Lock
			dim a
			set a = server.CreateObject("easymail.Users")

			Set Application("em") = a
		Application.Unlock
	End Sub


	Sub Application_OnEnd
		Application.Lock
			Set Application("em") = nothing
		Application.Unlock
	End Sub


	sub Session_OnStart
	end sub


	sub Session_OnEnd
		dim se_wem
		dim se_tid

		se_wem = Session("wem")
		se_tid = Session("tid")

		if se_wem <> "" and se_tid <> "" then
			dim se_ei
			set se_ei = Application("em")

			se_ei.Logout se_wem, se_tid

			set se_ei = nothing
		end if
	end sub

</SCRIPT>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -