How automatically log out users after a configurable time? WM5.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

My program need to automatically log out users after a configurable time
that users keep having no actions.
I'm new in CF application.How to accomplish it?

Any ideas will be appreciated.

Best Regards,
Alan
 
There are no logged-in users on Windows CE, generally (it's not a multi-user
system). Give us more information about what's going on the device, in
general, what you think the "users" are "logged in" to, etc.

Paul T.
 
Hi Paul,
Sorry for my mistake.
It's my program. Users run my program, they need to log in.
And in my progam, if the logged in user keep having no actions in a
specified time, program need to log out the user automatically.

Regards,
Alan
 
OK, so do that. Start a timer when the user logs in. If the timer times
out before the user performs a suitable action, then log him out
automatically. If a suitable action is performed, restart the timer.

Paul T.
 
Back
Top