Warning: session_start() failed: No such file or directory

Make sure that session directory is writable or you can set a path yourself with:

session_save_path

This comment is also useful if you are using above function.

Leave a Comment