Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi to all, there is a way to get the number of logged users in backoffice?
I tried to loop all users but there is no IsOnline or IsLogged method in IUser object
Can anyone help me?
Tnx
A.
I don't think you can; the best you can do is get the last login date. If it's within the session timeout period then they are logged in. The session timeout is a property of the IUser.
IUser
ok
thank you
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can I retrieve the number of currently Logged Users?
Hi to all, there is a way to get the number of logged users in backoffice?
I tried to loop all users but there is no IsOnline or IsLogged method in IUser object
Can anyone help me?
Tnx
A.
I don't think you can; the best you can do is get the last login date. If it's within the session timeout period then they are logged in. The session timeout is a property of the
IUser
.ok
thank you
is working on a reply...