I'm working on a custom MembershipProvider and have run into two questions.
First, what's the best way to implement a method to see if a user is online?
Second, which ties in with the first is to get the number of users online?
I'm thinking a column in my Users table, IsUserOnline which is a bit, and to set that everytime someone logs in or out.
But there might be other solutions so I'm turning to you. :)
Oh, just remembered something else.
What's the best way to see if the the logged in user is active or not?
...
Go to the complete details ...