Session Methods

Method Description
getSession Called by the FileTransfer web service client to generate a new session ID for the session of the user, insert a session ID into MFT database, delete all expired session IDs from MFT database, and pass generated session IDs back to the FileTransfer web service client.
closeSession Called by the FileTransfer web service client to close session and delete session IDs entry in MFT database.
validateSession Called internally by the FileTransfer web service to validate session IDs.