Discuss this help topic in SecureBlackbox Forum

TElCookie.Included

TElCookie     


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


A bitmask which specifies which properties of the cookie are set.

Declaration

[C#]
    int Included;

[VB.NET]
    Property Included As Integer

[Pascal]
    property Included : integer;

[C++]
    int32_t get_Included();

[PHP]
    integer get_Included()

[Java]
    int getIncluded();

Description

    This property is a bitmask of flags, that specify, which properties of the cookie were set. Note, that changing the value of some property doesn't automatically change Included property.

    This property contains internally used value. If you save the cookie into custom storage, you need to persist the value of this property as well as Version and Format properties.

Discuss this help topic in SecureBlackbox Forum