Session Error Permission denied (13) magento 2

check the session path configured in app/etc/env.php

'session' => [
'save' => 'files',
'save_path' => '/var/php/session/',
],

and make sure save_path has proper permission and ownership

Leave a Reply

Your email address will not be published. Required fields are marked *