DeleteSessionId

The DeleteSessionId command action is used to delete an TIBCO MFT Internet Server session ID.

Session IDs are used to regulate the amount of time that a user can remain inactive when processing TIBCO MFT Internet Server requests. This command should only be used when requested by TIBCO Support. To use the DeleteSessionId command, the user must have UpdateSessionRight. Refer to the AddUserToRole section to get a list of the supported roles. If the session ID is not found, the action fails and an error message is displayed.

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

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

None Yes

Sample DeleteSessionId Command

The command below deletes the TIBCO MFT Internet Server sessions with the defined SessionID.

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