I need to create a log of users logging in and logging out of a single computer. I am proficient in C# or VB .Net so it can be through a Windows Service. The computer in question is in a central location and many different users will be using it. So I want to see how long a user is logged into the computer at any one time.
It would be preferable if the log is in a SQL database but a text file would suffice.
Thanks.
Start Free Trial