Counting Counter as user enters

Hello,

on i am having interanet applikation on domino…

could you please help me how can i get hit counter (i e how many users have entered into the intranet application) as users gets enters into the applikation.

many helps are expected…:slight_smile:

Dev

Subject: Counting Counter as user enters

If you just want to count the number of times people have opened the database (don’t care which form, etc).

Just add code to the Database Resources > Database Script > PostOpen

You could add your typical profile document.

Or if you’re worried about a lot of hits to the server, you could created tmp documents storing when someone hit the site. Then have an agent that runs from time to time count the number of documents - update the counter and delete the tmp documents.

Subject: Look in SandBox.

I have one of the original ones from version 4.5 that still works. It uses subforms and an agent