From ba3a4423b40b47330e422d83c3c864671c56a74a Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 18 May 2017 18:00:37 -0500 Subject: [PATCH] Minor - Add one line comment to identify more clearly the fact that SessionManager is not a PHP-session manager --- main/inc/lib/sessionmanager.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/inc/lib/sessionmanager.lib.php b/main/inc/lib/sessionmanager.lib.php index a1ede36847..63d57c3924 100755 --- a/main/inc/lib/sessionmanager.lib.php +++ b/main/inc/lib/sessionmanager.lib.php @@ -10,7 +10,8 @@ use Chamilo\CoreBundle\Entity\SequenceResource; /** * Class SessionManager * - * This is the session library for Chamilo. + * This is the session library for Chamilo + * (as in courses>session, not as in PHP session) * All main sessions functions should be placed here. * This class provides methods for sessions management. * Include/require it in your code to use its features.