From: moodler Date: Sat, 17 May 2003 05:06:08 +0000 (+0000) Subject: This seems to help too. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=68791237619ba371b86e497f783449b29b9c8df5;p=moodle.git This seems to help too. --- diff --git a/login/logout.php b/login/logout.php index 09e9fddb2e..298aaa9d28 100644 --- a/login/logout.php +++ b/login/logout.php @@ -12,6 +12,9 @@ unset($_SESSION['USER']); unset($_SESSION['SESSION']); + unset($SESSION); + unset($USER); + redirect($CFG->wwwroot); ?>