fix session description

This commit is contained in:
Bernhard Posselt
2014-10-14 13:45:05 +02:00
parent 89aee478a4
commit 6d830f1c85

View File

@@ -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