How to get the user''s login time?

Hi,

I am using wildfire 3.1. And I want to gather the information such as:

1, How many times one user login?

2, How long this user had been online since registered?

3, How many users are online?

These three info should be taken automatically and periodically. How to implement this function? Could you give some suggestions?

Thank you.

Regards

He Qi

He Qi,

I would recommend that you write a plugin that implements the ClientSessionListener interface. That will notify you anytime someone signs in or out and you can record everything accordingly.

Regards,

Matt

ClientSessionListener could not be found.