diff --git a/system/Sessionx.php b/system/Sessionx.php index fea54ad96..d01fa9000 100644 --- a/system/Sessionx.php +++ b/system/Sessionx.php @@ -101,7 +101,7 @@ class Sessionx { $this->_domain = $domain; $this->_user = $user; $this->_password = $pass; - $this->_ressource = 'moxl'.substr(md5(date('c')), 3, 6); + $this->_ressource = 'moxl'.\generateKey(6); $this->_rid = 0; $this->_id = 0;