From ae18d3e6449a78e705dd3096c629caf43bcf4c93 Mon Sep 17 00:00:00 2001 From: peterbulmer Date: Sun, 7 Sep 2008 03:25:27 +0000 Subject: [PATCH] MDL-16335 additional comment Author: Peter Bulmer --- auth/mnet/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index 8340e0ff41f..3dd45457f06 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -1122,6 +1122,7 @@ class auth_plugin_mnet extends auth_plugin_base { if (isset($MNET_REMOTE_CLIENT) && isset($MNET_REMOTE_CLIENT->id)) { $start = ob_start(); + // Save current session and cookie-use status $cookieuse = ini_get('session.use_cookies'); ini_set('session.use_cookies', false); $sesscache = $_SESSION;