diff --git a/developer_manual/app/users.rst b/developer_manual/app/users.rst index 05a88542d..3c311c005 100644 --- a/developer_manual/app/users.rst +++ b/developer_manual/app/users.rst @@ -174,7 +174,7 @@ Then users can be logged in by using: Session Information =================== -To login, logout or getting the currently logged in user, the Session has to be injected from the ServerContainer: +To set, get or modify session variables, the Session has to be injected from the ServerContainer: .. code-block:: php