Discuss this help topic in SecureBlackbox Forum

TElCookie.Version

TElCookie     See also     


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


Used internally.

Declaration

[C#]
    int Version;

[VB.NET]
    Property Version As Integer

[Pascal]
    property Version : integer;

[C++]
    int32_t get_Version();
    void set_Version(int32_t Value);

[PHP]
    integer get_Version()
    void set_Version(integer $Value)

[Java]
    int getVersion();
    void setVersion(int Value);

Description

    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 Format and Included properties.

See also:     Format     Included    

Discuss this help topic in SecureBlackbox Forum