From: skodak Date: Sat, 3 Jan 2009 13:03:05 +0000 (+0000) Subject: MDL-17775 Chat ajax update.php not using sessions anymore X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7fdefb14825b392a623d03b3c7eb30eab5a818bb;p=moodle.git MDL-17775 Chat ajax update.php not using sessions anymore --- 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');