After googling a bit I have found some tips about how to get online Users with ASP.NET. But I am using my own class for membership.
The information I have found is:
- Log the users sessionId to database when the user logs in
- Log them out when their session time out
What is your advice about this?
I have found this great article
Hope helps someone