Added $session_name
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 31 Dec 2002 15:28:03 +0000 (15:28 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 31 Dec 2002 15:28:03 +0000 (15:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4336 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php

index d6d1606afd7ab3ca3fd75e9aa2c85f203b290e6c..ff0a7ba90123574964a605a50742de9b381b019f 100644 (file)
@@ -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).