]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17775 Chat ajax update.php not using sessions anymore
authorskodak <skodak>
Sat, 3 Jan 2009 13:03:05 +0000 (13:03 +0000)
committerskodak <skodak>
Sat, 3 Jan 2009 13:03:05 +0000 (13:03 +0000)
mod/chat/gui_ajax/update.php

index f2780d738c8dff3d87b99cd2e51e9e0ba74d53fa..3ad91792e932c6f7efb37f5d96102eaf0e124f93 100755 (executable)
@@ -5,6 +5,8 @@
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  */
 
+define('NO_MOODLE_COOKIES', true); // session not used here
+
 require_once('../../../config.php');
 require_once('../lib.php');
 require_once('common.php');