bug #1728590, last part of the fix

This commit is contained in:
Marc Delisle
2007-06-05 16:32:49 +00:00
parent 6f69889e52
commit f5018d7f61

View File

@@ -93,6 +93,7 @@ if (! isset($_COOKIE[$session_name])) {
$session_error = ob_get_contents();
ob_end_clean();
if ($r !== true || ! empty($session_error)) {
setcookie($session_name, '', 1);
PMA_fatalError('strSessionStartupErrorGeneral');
}
} else {