Representation of an HTTP cookie.
More...
Representation of an HTTP cookie.
- Author
- Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e
Definition at line 27 of file class.ilCookie.php.
◆ __construct()
ilCookie::__construct |
( |
string |
$a_name | ) |
|
◆ getDomain()
◆ getExpire()
◆ getName()
◆ getPath()
◆ getValue()
◆ isHttpOnly()
◆ isSecure()
◆ setDomain()
ilCookie::setDomain |
( |
string |
$a_domain | ) |
|
◆ setExpire()
ilCookie::setExpire |
( |
int |
$a_expire | ) |
|
◆ setHttpOnly()
ilCookie::setHttpOnly |
( |
bool |
$a_http_only | ) |
|
◆ setName()
ilCookie::setName |
( |
string |
$a_name | ) |
|
◆ setPath()
ilCookie::setPath |
( |
string |
$a_path | ) |
|
◆ setSecure()
ilCookie::setSecure |
( |
bool |
$a_status | ) |
|
◆ setValue()
ilCookie::setValue |
( |
string |
$a_value | ) |
|
Currently no restriction on cookie length.
RFC 2965 suggests a minimum of 4096 bytes
Definition at line 59 of file class.ilCookie.php.
61 $this->value = $a_value;
◆ $domain
string ilCookie::$domain = '' |
|
private |
◆ $expire
int ilCookie::$expire = 0 |
|
private |
◆ $http_only
bool ilCookie::$http_only = false |
|
private |
◆ $name
◆ $path
string ilCookie::$path = '' |
|
private |
◆ $secure
bool ilCookie::$secure = false |
|
private |
◆ $value
string ilCookie::$value = '' |
|
private |
The documentation for this class was generated from the following file: