Yes, PHP is saying that it doesn't have permission to save a file in the /tmp directory (pretty, straightforward, huh?). It's trying to do this because it needs to store the session data somewhere, and it's picked that directory.
For it to work, though, it needs to have permission to write stuff in there. So you'll need to change the permissions of /tmp so that the server can use it.