DeleteSessionId

The DeleteSessionId command action is used to delete an TIBCO MFT Command Center session ID.

The session IDs are used to regulate the amount of time that a user can remain inactive when processing the TIBCO MFT Command Center requests. This command can only be used when requested by TIBCO technical support.

To use the DeleteSessionId action command, you must have UpdateSessionRight. For more information on this right, see AddUserToRole.

If the session ID is not found, the action will fail and an error message will be displayed.

Parameter Description Default Required
SessionID Specifies the 1 to 64 character session ID.

This information is typically extracted from the ListActiveSessionIds or GetExpiredSessionIds action command.

None Yes

Sample DeleteSessionId Command

This command deletes the TIBCO MFT Command Center sessions with the defined session ID.

java cfcc.CFAdmin a:DeleteSessionId SessionID:583def%6abdeef%7b30
Note: This command is not supported when using REST web service.