If user goes away, will the program wait forever?
Posted: Tue Aug 03, 2010 12:24 pm
Question:
What if the user goes away and never comes back, will the program wait forever?
Answer:
If the user clicks away, a warning appears asking the user to confirm that they want to navigate away from the session. If the user proceeds, our session controller detects this and ends the job immediately. If the user simply walks away from the workstation, the session will eventually time out. You have full control over the time out value.
What if the user goes away and never comes back, will the program wait forever?
Answer:
If the user clicks away, a warning appears asking the user to confirm that they want to navigate away from the session. If the user proceeds, our session controller detects this and ends the job immediately. If the user simply walks away from the workstation, the session will eventually time out. You have full control over the time out value.