How can I fix the Permission error when I call session_start()?

Change session path where you can write data or contact server administrator about /tmp problem

http://php.net/manual/en/function.session-save-path.php

Leave a Comment