number of logon_user
Hi,
How can find the number of user logon on intranet asp page ?
servervariables("logon_user") return the logon_user id
how can find at this time how many users are logon / Accessing
the asp page ?
userid = Request.ServerVariables("logon_user")
Response.Write(userid)
our intranet 200 users access the information.
every day half user access the intranet informations
I have to find which users access the intranet ?
regards.
Mateen
|