[horde] Problem with sessions not being destroyed.

Barry Flanagan barryf-lists at flanagan.ie
Tue Nov 15 07:08:54 PST 2005


Hello,

When a user clicks Logout, they are seemingly logged out, in that they 
go to the logout screen. However, the session is not actually destroyed 
and if you type in the URL again you are still logged in.

Any ideas where I should start looking? I have turned up logging to 
DEBUG, but am not getting any errors.

Running:
Horde 3.2-cvs
Imp 4.2-cvs

Using Imp for Auth.

Using Horde's mysql sessions

conf.php settings for sessions:
$conf['sessionhandler']['params']['persistent'] = false;
$conf['sessionhandler']['params']['port'] = 3306;
$conf['sessionhandler']['params']['protocol'] = 'tcp';
$conf['sessionhandler']['params']['hostspec'] = 'db2';
$conf['sessionhandler']['params']['username'] = 'horde';
$conf['sessionhandler']['params']['password'] = '*******';
$conf['sessionhandler']['params']['database'] = 'phpsessions';
$conf['sessionhandler']['params']['table'] = 'horde_sessionhandler';
$conf['sessionhandler']['type'] = 'mysql';

Thanks.

-- 

-Barry Flanagan


More information about the horde mailing list