Discuss this help topic in SecureBlackbox Forum
Closes the session.
Declaration
[C#]
void CloseSession();
[VB.NET]
Sub CloseSession()
[Pascal]
procedure CloseSession;
[C++]
void CloseSession();
[PHP]
void CloseSession()
[Java]
void closeSession();
Description
This method is used to close the current session.
Discuss this help topic in SecureBlackbox Forum