lithium\storage\session\adapter\Cookie::key()

public method

Obtain the top-level cookie key.

Returns

string

The configured cookie 'name' parameter

Source

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