How to Set the Session Timeout
You can specify that if a user of an application developed with Application Development is inactive for a certain period of time, the user’s session will time out and automatically log the user out. The default session timeout is 30 minutes.
Note that if the session times out, the user is not informed of the timeout. If the timeout occurs when a form is displayed, and the user performs an action such as clicking Submit or Cancel, the form is closed and the user is returned to the login screen. If data had been entered on the form during the session, it is lost.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.