if(isset($_SESSION['sessionToken'][''profile])) { } The above code was check the session or not in core php. how to handle in phalcon. if($this->session->has("sessionToken")['profile']) { } I tried in phalcon..Not able to check array of session in phalcon. anybody help me