mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
commiting the session, before redirecting might fix racecondition in session creation
This commit is contained in:
parent
8f0f842606
commit
5856176c7a
@ -350,6 +350,8 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// commiting the session, before redirecting might fix racecondition in session creation
|
||||||
|
$GLOBALS['egw']->session->commit_session();
|
||||||
$GLOBALS['egw']->redirect_link($forward,$extra_vars);
|
$GLOBALS['egw']->redirect_link($forward,$extra_vars);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user