Error: Sessions directory is not writable

Created by Adam Coley, Modified on Mon, 17 Jul, 2017 at 11:13 AM by Adam Coley

By default, such an error is received when you use a custom php.ini file and the directive "session.save_path" is not set.

In order to resolve it please add to your php.ini file this:

session.save_path = /tmp

The above change should be done in each directory you receive this error.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article