]> git.mjollnir.org Git - moodle.git/commitdiff
The session is now named "MoodleSession" to prevent conflicts with
authormoodler <moodler>
Sat, 7 Jun 2003 06:35:12 +0000 (06:35 +0000)
committermoodler <moodler>
Sat, 7 Jun 2003 06:35:12 +0000 (06:35 +0000)
other software.

lib/setup.php

index 89f4f88d6db26850a2e425ae43ec3b9851ce0250..128c591a37a33b0540caec2071db26c8fd2ee339 100644 (file)
 
     class object {};
     
+    session_name('MoodleSession');
     @session_start();
     if (! isset($_SESSION['SESSION'])) { 
         $_SESSION['SESSION'] = new object;