How do I get the list online users in asp.net? I use membership, and want to get list of online users. I want to see who is online and who signed out.
Asked
Active
Viewed 6,215 times
2 Answers
1
Use:
MembershipProvider.GetNumberOfUsersOnline
See these:
Retrieve a List of Authenticated Users using ASP.NET, AJAX, and FormsAuthentication
Online active users counter in ASP.NET
get a list of online users in asp.net mvc
ASP.NET see if member is online
ASP.NET | Forms Authentication | Get ALL logged in users(list of all users or count)

Community
- 1
- 1
-
salam. man mitonam email ya id az shoma dashte basham? ya jaee ke betonam soalamo azaton beporsam? chon hanoz nafahmidam chetori list karbarane online ro migirim – mohammad javad Feb 08 '14 at 07:50
1
asp.net Membership provider already have method that give you count of number of online users
MembershipProvider.GetNumberOfUsersOnline

santosh singh
- 27,666
- 26
- 83
- 129
-
OP asked for a method to get the list of online user, not how to count them. – refex Nov 17 '20 at 17:37