27 $this->name = $a_name;
46 $this->value = $a_value;
56 $this->expire = (int) $a_expire;
66 $this->path = $a_path;
76 $this->domain = $a_domain;
86 $this->secure = (bool) $a_status;
96 $this->http_only = $a_http_only;
setHttpOnly($a_http_only)
Representation of an HTTP cookie.
setValue($a_value)
Currently no restriction on cookie length.