|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
User Counter Problem |
From: |
Yukiri |
Date: |
7/21/2001 12:50:01 AM |
IP: |
202.156.2.244 |
in my global.asa,
i had the following code in the session on start:
Application.Lock
totalUser = totalUser + 1
Application.Unlock
the Lock does not seems to work cos when testing concurrent access with my friends, the 3 pc are side by side, we visit it almost the same time but the counter show the same number,.
however when we close the browser, and access it again, the counter is added 3.
what is the problems.
thanks..
|
|
|
|
|
|
|
|
|
|
|
|
|