From f903a328161b78d0e710e0da09052721fc7c6f41 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 26 Jan 2026 09:00:01 +0100 Subject: [PATCH] SessionMgr->create() should not be used --- inc/inc.ClassSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.ClassSession.php b/inc/inc.ClassSession.php index 9ae55d518..c884a0031 100644 --- a/inc/inc.ClassSession.php +++ b/inc/inc.ClassSession.php @@ -457,7 +457,7 @@ class SessionMgr { * are userid, theme, language, su) * @return string/boolean id of session of false in case of an error */ - function create($data) { /* {{{ */ + function _create($data) { /* {{{ */ $id = "" . rand() . time() . rand() . ""; $id = md5($id); $lastaccess = time();