Discuss this help topic in SecureBlackbox Forum

TElCookie.Secure

TElCookie     See also     


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


Specifies if the cookie should be used only for secure connections.

Declaration

[C#]
    bool Secure;

[VB.NET]
    Property Secure As Boolean

[Pascal]
    property Secure : boolean;

[C++]
    bool get_Secure();
    void set_Secure(bool Value);

[PHP]
    bool get_Secure()
    void set_Secure(bool $Value)

[Java]
    boolean getSecure();
    void setSecure(boolean Value);

Description

    This property specifies if the cookie should be sent only if the session is secure. While the specification doesn't define the term "secure" it is common to treat it as being used for HTTPS connections.

See also:     Included    

Discuss this help topic in SecureBlackbox Forum