From 7ab34137a764a863fac2e90190701ac2fb926e91 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 2 Oct 2009 08:33:13 +0000 Subject: [PATCH] changing the call of get_sessionid to retrieve the egw_session not only the basic_auth session, this fixes the problem, that sessions where not destroyed at logout --- logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logout.php b/logout.php index ae59097fb8..dc0063924e 100755 --- a/logout.php +++ b/logout.php @@ -21,7 +21,7 @@ $GLOBALS['egw_info'] = array( ); include('./header.inc.php'); -$GLOBALS['sessionid'] = egw_session::get_sessionid('sessionid'); +$GLOBALS['sessionid'] = egw_session::get_sessionid(); $GLOBALS['kp3'] = egw_session::get_request('kp3'); $verified = $GLOBALS['egw']->session->verify();