<%
Sub LogActiveUser
dim strActiveUserList, intUserStart, intUserEnd, strUser, strDate
strActiveUserList = Application("ActiveUserList")
If Instr(1, strActiveUserList, Session.SessionID) > 0 Then
Application.Lock
intUserStart = Instr(1, strActiveUserList, Session.SessionID)
intUserEnd =...