From: moodler Date: Sat, 7 Jun 2003 06:35:12 +0000 (+0000) Subject: The session is now named "MoodleSession" to prevent conflicts with X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d1a3dc88676165aaff0c47a3b6c04a1da95479e3;p=moodle.git The session is now named "MoodleSession" to prevent conflicts with other software. --- diff --git a/lib/setup.php b/lib/setup.php index 89f4f88d6d..128c591a37 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -161,6 +161,7 @@ class object {}; + session_name('MoodleSession'); @session_start(); if (! isset($_SESSION['SESSION'])) { $_SESSION['SESSION'] = new object;