Dear All,
How do i get The Currently online User that using my discussion board.
I want to track them one by one.
TIA,
Joseph
Dear All,
How do i get The Currently online User that using my discussion board.
I want to track them one by one.
TIA,
Joseph
Subject: How to Get Currently Online User ?
Dear Joseph,
I’m not sure what you’re really asking for, but if you mean to do something programatically, you can modify the ACL of your discussion database with Anonymous = No Access, and force users to log in. I think you then will be able to read the usernames with this formula:
@Name([CN];@UserName)
To list all currently authenticated users at the Domino server console by entering the command “tell http show users”, you first need to enable Session authentication in your Internet Site Document.
Regards
Subject: Re: How to Get All Currently Online User ?
Thank You Seff=).
But @UserName only shows currently user right? Not All User that currently access the nsf.
Any other sugestion?
Subject: RE: Re: How to Get All Currently Online User ?
Enable “Record activity” on the database…(from database properties → Information tab → User Detail)
Regards