_session instanceof SessionObject)) { $this->_session = new SessionObject($this->_options['session']); } return $this->_session; } }