How To Check Who is online?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have developed a project with asp.net 2.0 & sqlserver 2000. In my project there is a user account and i want to check who is online, after login their account. Thanks
-
Hi, I have developed a project with asp.net 2.0 & sqlserver 2000. In my project there is a user account and i want to check who is online, after login their account. Thanks
Two methods 1 - When a user logs in, keep login id(or any other identifier) to an application variable. When they logout, remove from application variable. 2 - Keep a login status column in your database table. Toggle it's value when user logs in and out. :)
Navaneeth How to use google | Ask smart questions