diff --git a/lib/classes/Session/Handler.class.php b/lib/classes/Session/Handler.class.php index 2834457b1e..901accc362 100644 --- a/lib/classes/Session/Handler.class.php +++ b/lib/classes/Session/Handler.class.php @@ -88,8 +88,7 @@ class Session_Handler if (!$this->is_authenticated()) return; - $user = User_Adapter::getInstance($this->get_usr_id(), $this->appbox); - $user->ACL()->delete_injected_rights(); + $this->storage()->reset(); $this->close_phrasea_session();