Minor - Add one line comment to identify more clearly the fact that SessionManager is not a PHP-session manager

remotes/angel/1.11.x
Yannick Warnier 8 years ago
parent 4fde06505e
commit ba3a4423b4
  1. 3
      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.

Loading…
Cancel
Save