if (!is_writable(session_save_path())) {
echo('<font color="red">Error: PHP session path '.session_save_path().' is not writable.</font><br>');
}
if (!is_writable(session_save_path())) {
echo('<font color="red">Error: PHP session path '.session_save_path().' is not writable.</font><br>');
}