where($criteria->expr()->neq('id', $sessionId)); $sessions = $this->matching($criteria); foreach ($sessions as $session) { $this->_em->remove($session); } $this->_em->flush(); } }