Session class docu not needed text delete

This commit is contained in:
Clemens Schwaighofer
2022-05-19 10:22:39 +09:00
parent 27087a0e0e
commit 2119b757b1
-3
View File
@@ -7,9 +7,6 @@
* name can be given via startSession parameter * name can be given via startSession parameter
* if not set tries to read $SET_SESSION_NAME from global * if not set tries to read $SET_SESSION_NAME from global
* if this is not set tries to read SET_SESSION_NAME constant * 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); declare(strict_types=1);