lithium\storage\session\adapter\Memory::isStarted PHP Méthode

isStarted() public méthode

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