phpmyadmin session_start(): open(SESSION_FILE, O_RDWR) faild: No such file or directory(2)

I cannot login to phpmyadmin, error message as attached image link.
Please help me community.
And what is the cause please let me know

Link image: https://i.imgur.com/NQUGmkF.jpg

try edit file /usr/local/CyberCP/public/phpmyadmin/libraries/config.default.php

find line

$cfg[‘SessionSavePath’] = ‘’;

set to

$cfg[‘SessionSavePath’] = ‘/var/lib/php/session’;

Thank you so much!