|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|