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

public method

Obtain the status of the cookie storage.

Returns

boolean

True if $_COOKIE has been initialized, false otherwise.

Source

	public function isStarted() {
		return (isset($_COOKIE));
	}