Tagged Questions

4
votes
2answers
215 views

Saving the time the user is logged on

In the application I am developing I have to store the time some particular users remain logged into the application, unfortunately, in web applications there are several ways the user can log off. ...
0
votes
0answers
114 views

I need to store logon and logoff time for users on a computer

I need to store logon and logoff time for users with C#. I searched and understand there are many ways/considerations (i.e. security, directories, etc.) but some of them didn't have namespaces that I ...
0
votes
1answer
151 views

How to count the time a Windows users is logged in (VC++)

I am writing a Windows service for doing Parental Control (Visual C++). I am having trouble with the following: how to count the time a Windows user has been logged on today (time measured in hours) ...