Real time notifications

good day colleagues

I have a question, I have a system and for enter in that, I have used authmanager RBAC, is it possible to know how many users are connected in the system? and is it possible send a notifification to one user from the account of another user, when the second user execute an action?

Thanks

In order to see how many users are online, you can create a table in your DB where you can track how many people are online. Regarding the second question, do you want to send automatically notification to person A when person B do something, or you want that person B sends notification upon some action?

See this

Thank you for your response duri, yes, I need to send automatically notification to person A when person B do something. I dont understand, how could it?

Thank you!

Thank you Aneesh Asokan Im going to try it, but I have the same question, how I put a message in the sesion of the user X?