From b7740f47d11dc7bc6af0a61805a4034287be2b84 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 21 Sep 2008 14:46:35 +0000 Subject: [PATCH] Fixed session variables conflicts with some third party software. --- includes/lang/language.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/lang/language.php b/includes/lang/language.php index 629a15a0..72a0b3e4 100644 --- a/includes/lang/language.php +++ b/includes/lang/language.php @@ -77,6 +77,7 @@ class language } +session_name('FrontAccounting'); session_start(); // this is to fix the "back-do-you-want-to-refresh" issue - thanx PHPFreaks header("Cache-control: private"); -- 2.30.2