From f15c44d373692556ffe23fe6461d26cb9fd5d2f6 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 9 Nov 2008 18:07:39 +0000 Subject: [PATCH] Fixed session name to avoid conflicts during multiuser debugging. --- includes/lang/language.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/lang/language.php b/includes/lang/language.php index 72a0b3e4..f67e7b12 100644 --- a/includes/lang/language.php +++ b/includes/lang/language.php @@ -76,8 +76,7 @@ class language } } - -session_name('FrontAccounting'); +session_name('FrontAccounting'.user_company()); session_start(); // this is to fix the "back-do-you-want-to-refresh" issue - thanx PHPFreaks header("Cache-control: private"); -- 2.30.2