meta tags - how to know the currently online user in .net -


i want know online users using website. know can using session variables not working.

when user logs in, write database. if using asp.net membership provider, info written in aspnet_users table. can query database check logged in users.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -