Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomSessionManager.Add

TElHTTPCustomSessionManager     See also     


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


Adds info about an application to the storage.

Declaration

[C#]
    int Add(TElHTTPSession Session);

[VB.NET]
    Function Add(ByVal Session As TElHTTPSession) As Integer

[Pascal]
    function Add(Session : TElHTTPSession) : integer; virtual;

[C++]
    int32_t Add(TElHTTPSession &Session);
    int32_t Add(TElHTTPSession *Session);

[PHP]
    integer Add(TElHTTPSession $Session)

[Java]
    int add(TElHTTPSession Session);

Parameters

  • Info - the session info object to be added to the storage.

Return value

Returns the index of the newly added item in the storage on success, and -1 on failure.

Description

Use this method to append info about a new session to the storage.

See also:     Sessions     Remove    

Discuss this help topic in SecureBlackbox Forum