Previous Topic: Terminate a SessionNext Topic: Log a User's Terminal off CA TPX


Sign a User Off CA TPX

ACL/E provides the following command to sign a user off:

SIGNOFF

You can also use the following COMMAND statement to sign a user off:

COMMAND 'F'

You cannot always use these two statements interchangeably. For example, if you have specified in a user's definition (in the "Inactivate On" field) that CA TPX terminate the user's sessions when the /F command is issued, you would not want to use the SIGNOFF command to sign that user off. If you did, the user's sessions would remain active since the /F command was not issued. In this case, you would use COMMAND 'F', which simulates the /F command and inactivates the sessions as specified in the user's definition.