Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c597189f2c
@ -16,7 +16,7 @@
|
||||
function PMA_secureSession()
|
||||
{
|
||||
// prevent session fixation and XSS
|
||||
if (session_status() === PHP_SESSION_ACTIVE) {
|
||||
if (session_status() === PHP_SESSION_ACTIVE && ! defined('TESTSUITE')) {
|
||||
session_regenerate_id(true);
|
||||
}
|
||||
PMA_generateToken();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user