Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.SessionID

TElHTTPSession     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies session ID.

Declaration

[C#]
    string SessionID;

[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.

See also:     Generate    

Discuss this help topic in SecureBlackbox Forum