Discuss this help topic in SecureBlackbox Forum
A unique string used to identify the session.
Declaration
[VB.NET]
Property Session As String
[Pascal]
property Session : string;
[C++]
void get_Session(std::string &OutResult);
void set_Session(const std::string &Value);
[PHP]
string get_Session()
void set_Session(string $Value)
[Java]
String getSession();
void setSession(String Value);
Description
This property is used to identify this session.
By default, when a new session is generated, this string is generated randomly.
Discuss this help topic in SecureBlackbox Forum