Syntax
delete_user_session -id <SESSION_ID>
delete_user_session -m <USR_LOGIN> [<TOOL_NAME>[<SESSION_ID>]]
| Name | Description | Interactive Question |
|---|---|---|
Argument -id or -m |
Delete with a session identifier [-id] or with a login [-m] | Type of Deletion: From a Session ID [-id] or With a Login [-m]: |
<USR_LOGIN> or <SESSION_ID> |
The user session identifier or the SAP CC login depending on the type of deletion | User Session ID or Login: |
The
You use this command to delete a user session:
delete_user_session command deletes an SAP CC user session from the
list of running user sessions.
Troubleshooting Operations (System and User)
You can delete all the user sessions from an SAP CC user.
Caution
Make sure you do not delete a session that is being used by a user.
Note
You can get the identifier of the session to be deleted by using
the search_user_session command.
You must have a specific role in your SAP CC user profile. Refer to the SAP CC Security Guide for more information about the necessary authorizations.
search_user_session
-
To view the list of user sessions currently open | Code | Message | Action |
|---|---|---|
| err.missing_parameter | Error: This command requires at least two arguments. | |
| err.invalid_syntax | Error: Invalid syntax. | |
| deletion_successful | OK: {number} user session(s) deleted. | |
| session_does_not_exist | Error: There is no user session that matches your command. | |
| operation_failure | Error: An error occurred while deleting the user session. |