Author: existente | Posted on: 11/24/2008 4:11:19 PM | Views : 1512

 Hello everyone!!!

I'm having problems with the Membership.GetNumberOfUsersOnline()
method. I'm creating a WebSite and I want to display information about
the number of users online. I use the Login control and the LoginStatus
control of aspnet and, in order to get the number of users online, I
use the Membership.GetNumberOfUsersOnline(). This method works well
only the first time a user login. If the user logouts, the method
dosen't work well. It returns a value indicating that the user is still
logued. Please, I need help with this.
...

Go to the complete details ...