Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.Generate

TElHTTPSession     See also     


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


Generates session ID and expiration time.

Declaration

[C#]
    void Generate(int TTL);

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

[Pascal]
    procedure Generate(TTL : integer);

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

[PHP]
    void Generate(integer $TTL)

[Java]
    void generate(int TTL);

Parameters

  • TTL - the time-to-live of this session.

Description

Call this method to generate the values of Expires and SessionID properties.

See also:     Expires     SessionID    

Discuss this help topic in SecureBlackbox Forum