From bcd374275efe9ea829ada7a65186d0c9d002588d Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 20 Jan 2003 16:13:38 +0000 Subject: [PATCH] added debug logging --- lib/session/control.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/session/control.inc b/lib/session/control.inc index 83c6415..b19f3f5 100644 --- a/lib/session/control.inc +++ b/lib/session/control.inc @@ -103,6 +103,7 @@ function checkSessionAndRedirect($bRedirect) { function checkSession() { global $default; if (checkSessionAndRedirect(true)) { + $default->log->debug("control.inc print the session variables: " . arrayToString($_SESSION)); // the session is cool, now check if we access to this page $default->log->debug("control.inc page=" . $_SERVER['PHP_SELF'] . "?" . $_SESSION["pageAccess"][$_SERVER['PHP_SELF']]); if ($_SESSION["pageAccess"][$_SERVER['PHP_SELF']]) { -- libgit2 0.21.4