Extends
lithium\core\Object
Obtain the top-level cookie key.
Returns
string The configured cookie 'name' parameterSource
public function key() {
return $this->_config['name'];
}
public function key() {
return $this->_config['name'];
}