The number of users currently accessing the application.
This method is called by the System.Web.Security.Membership class to retrieve the number of users considered online from the SQL Server database specified in the ASP.NET application's configuration file (Web.config).
SqlMembershipProvider.GetNumberOfUsersOnline returns the number of users of the current application whose last activity date and time is greater than the current date and time less the value of the Membership.UserIsOnlineTimeWindow property in minutes.
Only users associated with the configured SqlMembershipProvider.ApplicationName are included in the count.