ivan_grozni
04-04-2005, 10:16 AM
hi, I want to use global.asa information to count members online. But...
How to collect information on Sub session_OnStart. I want on:
Sub Session_OnStart
session("IP_number")=Request.ServerVariables("remote_addr")
session("time")=time()
end sub
then want to use this information and put in the table (members table),
and on the end to delete information from table???
HOW, PLEASE HELP ME !!!
How to collect information on Sub session_OnStart. I want on:
Sub Session_OnStart
session("IP_number")=Request.ServerVariables("remote_addr")
session("time")=time()
end sub
then want to use this information and put in the table (members table),
and on the end to delete information from table???
HOW, PLEASE HELP ME !!!