From 8119ceb440965976a0fc864eb85f842e1d15703d Mon Sep 17 00:00:00 2001 From: Alexander Shubin Date: Fri, 9 Oct 2020 16:25:36 +0300 Subject: ..F....... [ZBXNEXT-5965] fixed undefined session id --- ui/index_http.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/index_http.php') diff --git a/ui/index_http.php b/ui/index_http.php index bf037750404..4a410a6b2af 100644 --- a/ui/index_http.php +++ b/ui/index_http.php @@ -68,6 +68,8 @@ if ($http_user) { ); if ($user) { + CSessionHelper::set('sessionid', $user['sessionid']); + $redirect = array_filter([$request, $user['url'], ZBX_DEFAULT_URL]); redirect(reset($redirect)); } -- cgit v1.2.3