Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.IsExpired

TElHTTPSession     See also     


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


This method returns true if the session has expired.

Declaration

[C#]
    bool IsExpired();

[VB.NET]
    Function IsExpired() As Boolean

[Pascal]
    function IsExpired : boolean;

[C++]
    bool IsExpired();

[PHP]
    bool IsExpired()

[Java]
    boolean isExpired();

Return value

Returns true if the session has expired.

Description

Use this method to check whether the session has expired.

See also:     IsAccessTokenExpired     Expires    

Discuss this help topic in SecureBlackbox Forum