X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Flang%2Flanguage.php;h=f67e7b12cc2191538950f1d10448d4e9ce774a00;hb=f3bd793130683c72820ec1b3940501ab8967be1f;hp=629a15a0c28c176805d8837eb188b47b835eaf3b;hpb=f6e1b649fc75750383b17c2ced6a5c1d6f19fe2e;p=fa-stable.git diff --git a/includes/lang/language.php b/includes/lang/language.php index 629a15a0..f67e7b12 100644 --- a/includes/lang/language.php +++ b/includes/lang/language.php @@ -76,7 +76,7 @@ class language } } - +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");