Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How many connections
Message
From
01/10/2002 14:20:09
 
 
To
01/10/2002 14:05:56
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00706500
Message ID:
00706508
Views:
15
You could add a timestamp to the login table. You add a timer in the application that will update the timestamp at a given intervall (let say int).

When you count the total number of users log in the system, ignore records that have a timestamp < current datetime - int.

HTH

>In my app I have a login procedure and everytime someone login I update my login table and this tell me how many users are login and I also have a logout procedure that update the login table, this will work well in a perfect world, where I see a problem is if the users computer shutdown prematurely, if this happen it would not update my login table, so the login count would be off.
>
>I need some ideals on how many users are login to the application.
Previous
Reply
Map
View

Click here to load this message in the networking platform