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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -