I'm using SqlMembershipProvider and trying to get information about users using the GetAllUsers's method of the System.Web.Security namespace, but it doesn't retrieve any online user.
I'm logged into the application, but my user appeared as offline too.
Why could this happen?