How do I delete all session variables at once if they are not in Array?
PS I set them this way:
$this->getUser()->setAttribute(\'PayPalTransaction.
To remove all attributes of a namespace :
$this->getUser()->getAttributeHolder()->removeNamespace('yournamespace');