From: Janusz Dobrowolski Date: Sun, 21 Sep 2008 14:46:35 +0000 (+0000) Subject: Fixed session variables conflicts with some third party software. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2293840fcc5ef85b74961538046b8dad62365aa7;p=textcart.git Fixed session variables conflicts with some third party software. --- diff --git a/includes/lang/language.php b/includes/lang/language.php index 629a15a..72a0b3e 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");