MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore

This commit is contained in:
skodak 2009-01-18 17:37:56 +00:00
parent 88fdd846f6
commit 27d41812c3

View File

@ -202,11 +202,6 @@ $CFG->admin = 'admin';
// Please note that site may be accessible via https: or https:, but not both!
// $CFG->sslproxy = true;
//
// The following setting will tell Moodle to respect your PHP session
// settings. Use this if you want to control session configuration
// from php.ini, httpd.conf or .htaccess files.
// $CFG->respectsessionsettings = true;
//
// This setting will cause the userdate() function not to fix %d in
// date strings, and just let them show with a zero prefix.
// $CFG->nofixday = true;