diff --git a/www/lib/CoreLibs/Create/Session.php b/www/lib/CoreLibs/Create/Session.php index 07970b62..db771b80 100644 --- a/www/lib/CoreLibs/Create/Session.php +++ b/www/lib/CoreLibs/Create/Session.php @@ -7,9 +7,6 @@ * name can be given via startSession parameter * if not set tries to read $SET_SESSION_NAME from global * if this is not set tries to read SET_SESSION_NAME constant - * - * TODO: add _SESSION write unset - * TODO: add session close down with all _SESSION vars unset */ declare(strict_types=1);