예제 #1
0
	/**
	 * Does session exists for the current request?
	 * @return bool
	 */
	public function exists()
	{
		return self::$started || $this->request->getCookie(session_name()) !== NULL;
	}