How can I get a unique users count entering my database

Hi,

I need to find out how many people are getting into by database on a daily and a monthly basis. Something like a statistics.

In the catalog db there is database Activity section but that gives me daily use , it is not a unique users daily use that is if I get in the database 10 times in a day, it will log in 10 uses.

How can I get a Unique Statistics of the the database use???

Subject: How can I get a unique users count entering my database

Actually, programmatically.Use Open Database Event with NotesLog class, then - all that is left is to build view categorized by day, then user. then you will know how many unique users will be there.

Nahum