ASP simple Online User statistics code

Source: Internet
Author: User

ASP tutorial Simple Online user statistics code
This code is using the ASP apliction and session instance of OH.
<script language= "VBScript" runat= "Server" >
Sub Application_OnStart
Application. Lock ()
Application ("Use_online") =0
Application. UnLock ()
End Sub
Sub Application_OnEnd
Application. Lock ()
Application ("Use_online") =0
Application. UnLock ()
End Sub
Sub Session_OnStart
Session ("File_path") =request. ServerVariables ("URL")
End Sub
Sub Session_OnEnd
Session ("File_path") = ""
End Sub

Sub Application_OnStart This is the beginning of statistics, can be the current whole site statistics is not the current page
Application. Lock () lock current operation
Application. UnLock () Unlock the current operation
Sub Session_OnEnd End Statistics

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.