URLにアクセスすると、

エラー

Fuel\Core\FuelException [ Error ]:
The webserver doesn't have write access to the path to store the session data files.

COREPATH/classes/session/file.php @ line 341
throw new \FuelException('The webserver doesn\'t have write access to the path to store the session data files.');

となりました。

$ cat /etc/php.ini | grep session.save_path

;     session.save_path = "N;/path"
;     session.save_path = "N;MODE;/path"
;session.save_path = "/tmp"
;       (see session.save_path above), then garbage collection does *not*


$ cat /etc/php.ini | grep session.save_path 
;     session.save_path = "N;/path"
;     session.save_path = "N;MODE;/path"
;session.save_path = "/tmp"
;       (see session.save_path above), then garbage collection does *not*

試したこと
(1)php.iniの設定

;session.save_path = "/tmp" → session.save_path = "/tmp"

(2)アクセス権の設定

session.save_path="/Applications/XAMPP/xamppfiles/temp/"の
アクセス権を777に設定

この場合のエラーの原因は何が考えられるのかご教示下さいませんか。

お手数おかけしますが、ご回答頂けると幸いです。

宜しくお願いします。

環境
macOS HighSierra macOS HighSierra 10.13.6
session.save_path /Applications/XAMPP/xamppfiles/temp/