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

This commit is contained in:
Klaus Leithoff 2009-10-02 08:33:13 +00:00
parent e1c1f54cd6
commit 7ab34137a7

View File

@ -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();