Class flHttpClientCookie
flHttpClientCookie Class
Class to hold a single cookie.
Package: fusionLib
Copyright: Copyright (c) 2007 - 2016 fusionLib. All rights reserved.
Located at system/libs/Http/flHttpClient.php
Copyright: Copyright (c) 2007 - 2016 fusionLib. All rights reserved.
Located at system/libs/Http/flHttpClient.php
Methods summary
public
|
#
__construct( string $name, string $value, string $domain, integer $expires = null, string $path = null, boolean $secure = false )
Construct the cookie. |
public static
|
#
parseCookie( string $domain, string $cookie )
Parse the raw cookie data sent from the server and store the cookie. |
public
boolean
|
|
public
string
|
|
public
integer
|
|
public
string
|
|
public
string
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
boolean
|
#
matches( string $domain, string $path, boolean $secure )
Tests if the cookie matches the given domain, path and secure settings. |