Extends
lithium\core\Object
Obtain the status of the session.
Returns
boolean True if $_SESSION is accessible and if a '_timestamp' key has been set, false otherwise.Source
public static function isStarted() {
return (boolean) session_id();
}