From 9a641903592fe30a55cd8c642cbe9a4c69f5b477 Mon Sep 17 00:00:00 2001 From: tassium Date: Tue, 31 Dec 2002 15:28:03 +0000 Subject: [PATCH] Added $session_name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4336 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index d6d1606a..ff0a7ba9 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -529,6 +529,10 @@ global $imap_auth_mech; $smtp_auth_mech = 'none'; $imap_auth_mech = 'plain'; +/* PHP session name. Leave this alone unless you know what you are doing. */ +global $session_name; +$session_name = 'SQMSESSID'; + /** * Make sure there are no characters after the PHP closing * tag below (including newline characters and whitespace). -- 2.25.1