From: skodak Date: Sun, 18 Jan 2009 17:37:56 +0000 (+0000) Subject: MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=27d41812c3738f376b4cb35dcea516b6b8921854;p=moodle.git MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore --- diff --git a/config-dist.php b/config-dist.php index cfe4c75d2d..ba9b9365f5 100644 --- a/config-dist.php +++ b/config-dist.php @@ -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;