Discuss this help topic in SecureBlackbox Forum
Specifies session ID.
Declaration
[VB.NET]
Property SessionID As String
[Pascal]
property SessionID : string;
[C++]
void get_SessionID(std::string &OutResult);
void set_SessionID(const std::string &Value);
[PHP]
string get_SessionID()
void set_SessionID(string $Value)
[Java]
String getSessionID();
void setSessionID(String Value);
Description
This property specifies the ID of this session.
Discuss this help topic in SecureBlackbox Forum