Arbortext Command Language > Repository API > sess_end
  
sess_end
sess_end (hSess)
Disconnects a user from a repository. This function is the preferred method of disconnecting users from repositories using ACL. The hSess parameter is the session handle returned by sess_start. sess_end returns 1 if the session is successfully ended. If an error occurs during disconnection, such as encountering an invalid handle, sess_end returns 0.
Related Topics
sess_start function