Lockout Security

  • Thread starter Thread starter TOM
  • Start date Start date
T

TOM

Hello,

I am working on a class that will be called from multiple
forms, which will start a timer count down 15 min. When
there is mouse activity the timer is reset to 15 min. This
way if a user leaves the program open and leaves there
desk it will save and lock, making them reenter there
username and password. The whole mouse activity might not
be the way to go, is there a better way to see if the user
is still using a workstation?

Tom
 
TOM said:
I am working on a class that will be called from multiple
forms, which will start a timer count down 15 min. When
there is mouse activity the timer is reset to 15 min. This
way if a user leaves the program open and leaves there
desk it will save and lock, making them reenter there
username and password. The whole mouse activity might not
be the way to go, is there a better way to see if the user
is still using a workstation?

<URL:http://groups.google.de/[email protected]>

HOWTO track a user's idle time
<URL:http://www.codeproject.com/dll/trackuseridle.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top