can you try this:
Locate php.ini by entering the following command:
php -i | grep "Loaded Configuration File"
Typical locations follow:
Open php.ini with root user, and comment it out:
;session.save_path =
to
session.save_path = files
@Manish Mittal Finally done gave permission to session folder under var/opt/remi/php72/lib/php/session. Thank You
FYI just give permission to session bro