void
Session_Start(
object
sender, EventArgs e)
{
Application.Lock();
Application[
"ActiveUsers"
] = (
int
)Application[
] + 1;
Application.UnLock();
}
Session_End(
] - 1;
there are some website that provides you log of currently login users, today total visit, last day visit.
from which country users are online,
just go through the google.
you have to just add script in your site.thats it