From: skodak Date: Thu, 1 May 2008 21:52:09 +0000 (+0000) Subject: MDL-14617 removed old PHP4 session stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8d14ff6d9ce4bf05d8a526b562464c9910055459;p=moodle.git MDL-14617 removed old PHP4 session stuff --- diff --git a/lib/setup.php b/lib/setup.php index 1a141f84bb..ac9b43e419 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -583,13 +583,6 @@ global $HTTPSPAGEREQUIRED; $ME = strip_querystring($FULLME); } -/// In VERY rare cases old PHP server bugs (it has been found on PHP 4.1.2 running -/// as a CGI under IIS on Windows) may require that you uncomment the following: -// session_register("USER"); -// session_register("SESSION"); - - - /// Load up theme variables (colours etc) if (!isset($CFG->themedir)) {