|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Using a session variable for the hit counter |
From: |
Gautam Sharma |
Date: |
3/22/2000 3:07:03 PM |
IP: |
207.247.190.166 |
You will have to use an Application variable and
increment it everytime a session starts.
Sub Application_OnStart
Application("webhits")=0
End sub
Sub Session_OnStart
Application("webhits")=Application("webhits")+1
end sub |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|