Register

  
                  If the user is a standalone server, you can modify php.ini in the php configuration file, change register_globals=On to register_globals=Off and change session.auto_start=1 to session.auto_start=0, then restart Apache.
If it is a virtual host user, notify the space provider to modify the configuration as much as possible, or you can try ini_set('session.auto_start',0). If it doesn't work, then only use the last method to go directly to include/Common.inc.php will -----//disable session.auto_startif ( ini_get('session.auto_start') != 0 ){ exit('php.ini session.auto_start must is 0 ! ');}-- --Delete.
Copyright © Windows knowledge All Rights Reserved