AUTOLOGOUT |
![]() ![]() ![]() |
The AUTOLOGOUT command sets an inactivity period after which a process will automatically be logged out.
Format
AUTOLOGOUT {period}
where
The AUTOLOGOUT command prevents users leaving inactive sessions logged in. If the process is waiting for input for the given time, it will automatically be logged out. The ON.EXIT paragraph will be executed if it exists.
Executing the AUTOLOGOUT command with no period option displays the current setting.
Example
AUTOLOGOUT Autologout is disabled
AUTOLOGOUT 4
AUTOLOGOUT Autologout period is set to 4 minute(s) ...wait... Inactivity time expired - Process logged out Process terminated
In this example, the AUTOLOGOUT command is used to examine the current setting. The inactivity period is then set to four minutes and the setting displayed again. After four minutes of inactivity, the process is automatically logged out.
|