|
Thank you for your response.
The problem is that most users, if not all,
do not logout.
I have never used the timeoutHTML or
queryTimeout and the user's guide is too smart for me. I do not understand what
query they are talking about. And how invoking an html file will let me
identify the user var?
There is also a variableTimeoutTrigger
which can start a URL when a variable lifetime is about to expire, but even
using this one is not clear how I can identify the var that is about to expire.
Or at least it is not clear to me. Does anybody have an example?
Now, even if the above method would work,
this implies a lot of overhead if the expiry of each variable implies some
processing. I do not need to have that information at all times. I only need
this information on a by request basis. In my opinion, there should be a way to
ask the server which users (or variables) are still active. And the response
should be probably a table of variables based on
<@userReferenceArgument>.
Mike.
-----Original Message-----
From: Atrix Wolfe [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 12:35 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Users Logged In 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
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
with unsubscribe witango-talk in the message body
|
Title: Message
- 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
- Witango-Talk: Question about database connection? 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
- RE: Witango-Talk: Users Logged In Kevin Quinn
