From 2119b757b17c39d05815a1c351a2540a91d2d244 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 19 May 2022 10:22:39 +0900 Subject: [PATCH] Session class docu not needed text delete --- www/lib/CoreLibs/Create/Session.php | 3 --- 1 file changed, 3 deletions(-) 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);