Catch names of all users accessing a server

Catch names of all users accessing a server

I am developing an application for the web, accessed by only authenticated Web users. How can I catch the names of all Web users accessing my domino server via HTTP at a given time? I need this info to be embedded in a page updated each X min, so that all webusers can see who is online. Thnak you very much for your help.


    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I can only think of one way to do this without some type of 3rd -party component like Sametime...This might be a little tricky and takes some effort, but you could use the onLoad and onUnload events of a page to run a server side agent that tracks the users. One way would be to create a very small frame that is basically invisible, then when a page is opened, it's onLoad event sets the location of the frame an agent that logs the user. When the page closes, the onUnload event runs the agent that logs the user's end of the session. This would works on a page by page basis. If you are only interested in the user's session, you might try cookies...


This was first published in December 2001