Contents ../ lithium\storage\session\adapter\Memory::isStarted() public method The memory adapter session is always "on". Returns boolean True. Source public function isStarted() { return true; }