Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): open(SESSION_FILE, O_RDWR) failed: Permission denied (13)
session_start(): Failed to read session data: files (path: /var/opt/remi/php72/lib/php/session)
- opencode.co.kr -
:type: string
:default: ``''``
Path for storing session data (`session\_save\_path PHP parameter
<https://secure.php.net/session_save_path>`_).
.. warning::
This folder should not be publicly accessible through the webserver,
otherwise you risk leaking private data from your session.
session save path /tmp ָ Ǵµ
session config config.inc.php
ָ߰ ˴ϴ.
$cfg['SessionSavePath'] = '/tmp';