From 7fdefb14825b392a623d03b3c7eb30eab5a818bb Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 3 Jan 2009 13:03:05 +0000 Subject: [PATCH] MDL-17775 Chat ajax update.php not using sessions anymore --- mod/chat/gui_ajax/update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/chat/gui_ajax/update.php b/mod/chat/gui_ajax/update.php index f2780d738c..3ad91792e9 100755 --- a/mod/chat/gui_ajax/update.php +++ b/mod/chat/gui_ajax/update.php @@ -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'); -- 2.39.5