Discuss this help topic in SecureBlackbox Forum
Specifies session state.
Declaration
[VB.NET]
Property State As String
[Pascal]
property State : string;
[C++]
void get_State(std::string &OutResult);
void set_State(const std::string &Value);
[PHP]
string get_State()
void set_State(string $Value)
[Java]
String getState();
void setState(String Value);
Description
This property specifies this session's state.
Discuss this help topic in SecureBlackbox Forum