CTSession::~CTSession
Syntax
~CTSession
Parameters
This destructor has no parameters.
Description
This is the destructor for the CTSession class. It checks to see if the session is still active, and closes it (logout) if so. It also frees the allocated memory of the Session.
See also
CTSession()