Discuss this help topic in SecureBlackbox Forum

TElCookie.Path

TElCookie     See also     


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


Contains the "path" attribute of the cookie.

Declaration

[C#]
    string Path;

[VB.NET]
    Property Path As String

[Pascal]
    property Path : string;

[C++]
    void get_Path(std::string &OutResult);
    void set_Path(const std::string &Value);

[PHP]
    string get_Path()
    void set_Path(string $Value)

[Java]
    String getPath();
    void setPath(String Value);

Description

    This property contains the path attribute of the cookie. If the cookie received from the server didn't include the path, the client sets this property to the path of the resource for which the cookie was returned.

See also:     Domain     Included     Port    

Discuss this help topic in SecureBlackbox Forum