public function _sleep()
	{
		if((render::type()==RENDER_TYPE_REDIR) || (render::type()==RENDER_TYPE_STATUS))return;
		$this->actions=array();
		$this->post=array();
		$this->__modsSleep();
		$this->__sysSleep();
		$this->modules=array();
		$this->system=array();
		$this->metas=array();
	}