
Oleg Zorin - 2016-12-01 07:55:33 -
In reply to message 1 from Ryszard
Richard, good day!
What version of PHP do you use (it's should be under 5.4.0)?
You can check it using phpinfo() function. I'll try to check my code in your version.
And try to change line 74 in user.class.php:
from
if(!empty(session_id())) {
to
$session_id = session_id();
if(!empty($session_id)) {
Let me know, if it will helps - I'll make changes in class.