summaryrefslogtreecommitdiff
path: root/includes/config_defaults_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config_defaults_inc.php')
-rwxr-xr-xincludes/config_defaults_inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php
index b6d92d4..cfa1bc2 100755
--- a/includes/config_defaults_inc.php
+++ b/includes/config_defaults_inc.php
@@ -89,10 +89,10 @@ if( !defined( 'DEFAULT_THEME' ) ) {
if( !defined( 'DISPLAY_ERRORS' ) ) {
define( 'DISPLAY_ERRORS', 0 );
}
-// name of session variable in browser cookie
-if( !defined( 'BIT_SESSION_NAME' ) ) {
- define( 'BIT_SESSION_NAME', 'BWSESSION'); // '__Secure-BWSESSION' );
-}
+// name of session variable in browser cookie - deprecated, replaced by site specific name
+//if( !defined( 'BIT_SESSION_NAME' ) ) {//
+// define( 'BIT_SESSION_NAME', 'BWSESSION'); // '__Secure-BWSESSION' );
+//}
// define where errors are sent
if( !defined( 'BIT_PHP_ERROR_REPORTING' ) ) {
define( 'BIT_PHP_ERROR_REPORTING', E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING );