|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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..
|
|
|
|
|
|
|
|
|
|
|
|
|