i have generated a database with aspnet_regsql.EXE and i was wonder if there is anyway to find out which user are online at the moment in my website? one of the way which accrued to me was checking the time of last logged in and compare it to the time of last logged out but there isnt any last log out time in the database. is there any easier way to do this?
thank you in advance