浏览代码

Added $session_name

tassium 22 年之前
父节点
当前提交
8ed30ed505
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      config/config_default.php

+ 4 - 0
config/config_default.php

@@ -529,6 +529,10 @@ global $imap_auth_mech;
 $smtp_auth_mech = 'none';
 $smtp_auth_mech = 'none';
 $imap_auth_mech = 'plain';
 $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
  * Make sure there are no characters after the PHP closing
  * tag below (including newline characters and whitespace).
  * tag below (including newline characters and whitespace).