From: tassium Date: Tue, 31 Dec 2002 15:28:03 +0000 (+0000) Subject: Added $session_name X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9a641903592fe30a55cd8c642cbe9a4c69f5b477;p=squirrelmail.git Added $session_name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4336 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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).