We are trying to get a list of all the users that have logged in. Is there an easy way to do this?
I have seen message http://www.mail-archive.com/[EMAIL PROTECTED]/msg08816.html and others in the thread that suggest creating a table and updating the table when user logs in and out. This will not work if the user does not click on logout but closes the window--in our case this happens more than 50% of the time. We are thinking of using inefficient methods like: body onload and body onunload in topLoggedIn.jsp ... output gets redirected to hidden iframes etc. We are looking for better ways to "robustly" keep track of logged in users. Any input would be appreciated thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]