Find out how many users are logged in

My application is using the standard accounts-password package for logging users in. What I am wanting to do is to be able to find out at a given time how many users are currently logged in.

Is this something which can be easily found out or will I have to manually track logins/logouts/session expiry?

You could take a look at socialize:user-presence.

2 Likes

Thank you, that looks useful.

1 Like