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;
An exception for terminatinating execution or to throw for unit testing.
Representation of an HTTP cookie.
setHttpOnly($a_http_only)
setValue($a_value)
Currently no restriction on cookie length.