bug 1445120, cookie login not working on IIS
This commit is contained in:
@@ -1050,7 +1050,12 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
header('Location: ' . $uri . $separator . SID);
|
||||
}
|
||||
} else {
|
||||
header('Location: ' . $uri);
|
||||
session_write_close();
|
||||
if (PMA_IS_IIS) {
|
||||
header('Refresh: 0; ' . $uri);
|
||||
} else {
|
||||
header('Location: ' . $uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user