Table of Contents
Name | Direction | Type | Default | Description |
---|---|---|---|---|
Session | Input | string | The session information of the catalog to log out. If none provided then all catalogs are logged out. |
This algorithm logs a user out of all catalogs, or a specific catalog.
Example - logs a user out of the catalog.
# Logs the user out of the catalog and kills CatalogKeepAlive()
CatalogLogout()
# Logs the user out of a specific catalog, and kills the related CatalogKeepAlive()
# Assuming session is the return value of CatalogLogin()
CatalogLogout(session)
Categories: Algorithms | DataHandling\Catalog