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.
 

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