Hibernate an Application

G

Guest

Hello Everyone,

We are writing a medical application that due to regulations needs to log
itself out after a certain amount of inactivity. Using timers we can
determine inactivity, however we want to be able to save the application's
state or hibernate it. Any ideas?

Thanks.
 
J

Jim Hubbard

Why not simply have the application hide the current screen when a timeout
has been reached and show a login screen instead?

No nasty little state files or any of the associated code (which can be
quite substantial).

Jim Hubbard
 
G

Guest

Jim,

Thanks for the suggestion, that is the current way I think we have to do
it. Is there any good examples of using state files to save the application?

Thanks.
 

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

Similar Threads


Top