Discuss this help topic in SecureBlackbox Forum

TElSAMLSession.Generate

TElSAMLSession     See also     


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


Generates a new session.

Declaration

[C#]
    void Generate(int TTL);

[VB.NET]
    Sub Generate(ByVal TTL As Integer)

[Pascal]
    procedure Generate(TTL : integer); virtual;

[C++]
    void Generate(int32_t TTL);

[PHP]
    void Generate(integer $TTL)

[Java]
    void generate(int TTL);

Parameters

  • TTL - the time to live for the new session, in milliseconds.

Description

This method generates a new session with a given lifetime.

See also:     Session    

Discuss this help topic in SecureBlackbox Forum