lithium\storage\session\adapter\Memory::isStarted PHP Method

isStarted() public method

The memory adapter session is always "on".
public isStarted ( ) : boolean
return boolean True.
    public function isStarted()
    {
        return true;
    }