SessionTimeout

From CometWiki

(Difference between revisions)
Jump to: navigation, search
(Initial Construction of page)
(minor)
 
Line 5: Line 5:
|<b>Syntax:</b>
|<b>Syntax:</b>
|
|
-
Print (SessionTimeout=Minutes)
+
Print (SessionTimeout=Duration)
|-valign="top"
|-valign="top"
| '''Discussion:'''
| '''Discussion:'''
|
|
 +
 +
Duration is in Minutes.
 +
 +
A duration of 0 (Zero) cancels the timeout completely.
This Mnemonic sets a timeout time (in minutes) for a particular Comet Session. If the user is not active (does not type anything or click the mouse) for the specified duration, the session will act as though the x was clicked for that session and that session will unconditionally close.
This Mnemonic sets a timeout time (in minutes) for a particular Comet Session. If the user is not active (does not type anything or click the mouse) for the specified duration, the session will act as though the x was clicked for that session and that session will unconditionally close.
 +
 +
The duration is persistent. It will remain in effect for all programs and persists through close/opens of the terminal.
 +
|-valign="top"
|-valign="top"
Line 17: Line 24:
|
|
-
This mnemonic is valid for LUN 0 only (there is no possibility that the user can be active).
+
This mnemonic is valid for LUN 0 only.  In Background, there is no user to be active anyway.
This mnemonic is valid for either a Comet host or a CometAnywhere client session.
This mnemonic is valid for either a Comet host or a CometAnywhere client session.
-
For the first session of a comet host, when the session is terminated, the screen will disappear although the rest of comet will continue to run. Subsequent activations of Comet will re use the vacated session.
+
For the first session of a comet host, when the session is terminated, the screen will disappear although the rest of comet will continue to run. Any program running in the partition associated with the vacated session will be stopped. Subsequent activations of Comet will re use the vacated session.

Latest revision as of 21:51, 16 February 2011

(SessionTimeout) Mnemonic

Syntax:

Print (SessionTimeout=Duration)

Discussion:

Duration is in Minutes.

A duration of 0 (Zero) cancels the timeout completely.

This Mnemonic sets a timeout time (in minutes) for a particular Comet Session. If the user is not active (does not type anything or click the mouse) for the specified duration, the session will act as though the x was clicked for that session and that session will unconditionally close.

The duration is persistent. It will remain in effect for all programs and persists through close/opens of the terminal.


Notes:

This mnemonic is valid for LUN 0 only. In Background, there is no user to be active anyway.

This mnemonic is valid for either a Comet host or a CometAnywhere client session.

For the first session of a comet host, when the session is terminated, the screen will disappear although the rest of comet will continue to run. Any program running in the partition associated with the vacated session will be stopped. Subsequent activations of Comet will re use the vacated session.

Personal tools