Discuss this help topic in SecureBlackbox Forum
Specifies whether this is a resumed session.
Declaration
[C#]
bool ResumedSession;
[VB.NET]
Property ResumedSession As Boolean
[Pascal]
property ResumedSession : boolean;
[C++]
bool get_ResumedSession();
[PHP]
bool get_ResumedSession()
[Java]
boolean getResumedSession();
Description
This property returns true if this is a resumed session, and false otherwise.
Discuss this help topic in SecureBlackbox Forum