Discuss this help topic in SecureBlackbox Forum

TElCustomSessionManager.Find

TElCustomSessionManager     See also     


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


Searches for the session in the list.

Declaration

[C#]
    TElSAMLSession Find(string Session);

[VB.NET]
    Function Find(ByVal Session As String) As TElSAMLSession

[Pascal]
    function Find(const Session : string) : TElSAMLSession; virtual;

[C++]
    TElSAMLSessionHandle Find(const std::string &Session);

[PHP]
    TElSAMLSession Find(string $Session)

[Java]
    TElSAMLSession find(String Session);

Parameters

  • Session - the name of the session to look for.

Return value

Returns the session object.

Description

Use this method to search for the desired session in the list.

See also:     Sessions    

Discuss this help topic in SecureBlackbox Forum