Does nextcloud keep list of currently logged in users in database or somewhere else??
How can i get list of currently logged in users??
Does nextcloud keep list of currently logged in users in database or somewhere else??
How can i get list of currently logged in users??
You can use the occ command to query usr information, like active/inactive/lastseen etc. Additionally this thread might be of interest for you:
In general I recommend to use the search function to find answers on your question first, because most questions have already been asked and answered in the past
Thanks for your help.
Does your script gives active/inactive from user status value. As shown in the below image.
I think “still logged in” is only saved in client side cookie. Every access is a new php or ajax request.