B
Benedictum
I need to implement an option to display on the web page for users currently
logged in. How do I implement this in ASP.NET (c#).
I could probably have a boolean field in the database where a user can be
set as logged. This can easily be done in the code-behind. The problem is
how do I "unlogged" the user when the session is timed out?
logged in. How do I implement this in ASP.NET (c#).
I could probably have a boolean field in the database where a user can be
set as logged. This can easily be done in the code-behind. The problem is
how do I "unlogged" the user when the session is timed out?