]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used...
authorskodak <skodak>
Sun, 18 Jan 2009 17:37:56 +0000 (17:37 +0000)
committerskodak <skodak>
Sun, 18 Jan 2009 17:37:56 +0000 (17:37 +0000)
config-dist.php

index cfe4c75d2ddfd144469eea0962699ae178c74871..ba9b9365f59423a97f4eddabc734ce5baf15fee1 100644 (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;