introducing sessions

This commit is contained in:
Sebastian Mendel
2005-09-27 16:26:18 +00:00
parent c0ed74861a
commit 87764fc859
5 changed files with 86 additions and 7 deletions

View File

@@ -598,7 +598,8 @@ function PMA_auth_set_user()
header('Refresh: 0; url=' . $cfg['PmaAbsoluteUri'] . 'index.php?' . PMA_generate_common_url('', '', '&'));
}
else {
header('Location: ' . $cfg['PmaAbsoluteUri'] . 'index.php?' . PMA_generate_common_url('', '', '&'));
header( 'Location: ' . $cfg['PmaAbsoluteUri'] . 'index.php?'
. PMA_generate_common_url('', '', '&') . '&' . SID );
}
exit();
} // end if