From 1063d08854cefedee52bdd86861833ee805a60cd Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 13 Jan 2003 12:06:33 +0000 Subject: [PATCH] Add info that may help solve a bug on some old servers --- lib/setup.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/setup.php b/lib/setup.php index 8332356ba8..dde729cd80 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -132,6 +132,11 @@ $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"); + /// Set language/locale of printed times. If user has chosen a language that /// that is different from the site language, then use the locale specified -- 2.39.5