Quellcode durchsuchen

Added $session_name

tassium vor 22 Jahren
Ursprung
Commit
8ed30ed505
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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';
 $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).