Discuss this help topic in SecureBlackbox Forum

TElSAMLSession.Session

TElSAMLSession     See also     


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


A unique string used to identify the session.

Declaration

[C#]
    string Session;

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

See also:     Generate    

Discuss this help topic in SecureBlackbox Forum