This error message means that your server is set to save the PHP session variables into your server temporary directory. If for some reason PHP cannot save this file, it will not keep track of the session variables. The variables are lost when the script ends. When trying to login, this will throw you back to the login page.
This is a server issue. If you are experiencing this problem, you need to contact your server administrator and ask him to set the appropriate permissions on your web server.

The article has been updated successfully.