Obtain the top-level cookie key.

Returns

string The configured cookie 'name' parameter

Source

						public function key() {
		return $this->_config['name'];
	}