From 87a98fe382febee203aa420d23a43702c6ecc158 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 8 Jan 2019 15:16:50 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20=20N=C2=B01946=20-=20newsroom=20cache?= =?UTF-8?q?=20shared=20between=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cache should be per user, even if two users share the same machine/browser. --- application/itopwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index ab2868c82..51580aa74 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -844,7 +844,7 @@ EOF $aParams = array( 'image_url' => $sImageUrl, 'placeholder_image_url' => $sPlaceholderImageUrl, - 'cache_uuid' => 'itop-newsroom-'.md5(APPROOT), + 'cache_uuid' => 'itop-newsroom-'.UserRights::GetUserId().'-'.md5(APPROOT), 'providers' => $aProviderParams, 'display_limit' => (int)appUserPreferences::GetPref('newsroom_display_size', 7), 'labels' => array(