diff --git a/web/ajax/modals/logout.php b/web/ajax/modals/logout.php index e1c1053c3..a0648a70c 100644 --- a/web/ajax/modals/logout.php +++ b/web/ajax/modals/logout.php @@ -56,6 +56,7 @@ while ( $row = $result->fetch(PDO::FETCH_ASSOC) ) { ZM\Warning('Failed to decode ' . $row['data']); continue; } + ZM\Debug(print_r($_SESSION, true)); if ( isset($_SESSION['last_time']) ) { # This is a dead session continue; @@ -91,12 +92,11 @@ $_SESSION = $current_session;