mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 14:09:27 +00:00
Regenerate Session ID after Testtool Login
This commit is contained in:
@@ -125,6 +125,9 @@ if (isset($_POST['prestudent']) && isset($gebdatum))
|
||||
{
|
||||
if($rt->freigeschaltet)
|
||||
{
|
||||
// regenerate Session ID after Login
|
||||
session_regenerate_id();
|
||||
|
||||
$pruefling = new pruefling();
|
||||
if($pruefling->getPruefling($ps->prestudent_id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user