SessionMgr->create() should not be used

This commit is contained in:
Uwe Steinmann 2026-01-26 09:00:01 +01:00
parent 1243bfce62
commit f903a32816

View File

@ -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();