|
If you have a login process, you could have a domain variable keeping track
of users logged in.
When a user logs in,
<@assign domain$UserCount value="<@calc expr='@@domain$UserCount+1'">
when a user logs out or times out (you can set a timeout trigger
file):
<@assign domain$UserCount value="<@calc expr='@@domain$UserCount-1'">
you could also get fancy and maybe keep a table of the userref's of all
logged in users and some of their info so that you had more detailed info about
who was logged in.
hope this helps,
Atrix
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
|
- Witango-Talk: Users Logged In mikeBravu
- Re: Witango-Talk: Users Logged In Atrix Wolfe
- Re: Witango-Talk: Users Logged In Nicholas Froome
- Re: Witango-Talk: Users Logged In Atrix Wolfe
- Re: Witango-Talk: Users Logged In A. Razzak Memon
- RE: Witango-Talk: Users Logged In Steve Smith
- Re: Witango-Talk: Users Logged In Atrix Wolfe
- RE: Witango-Talk: Users Logged In mihai
- Witango-Talk: Question about database connect... run run
- RE: Witango-Talk: Question about database... Steve Smith
- Re: Witango-Talk: Users Logged In Atrix Wolfe
- Re: Witango-Talk: Users Logged In Dave Machin
