[horde] Re: enabling mysql sessionhandler?
Andrew Morgan
morgan at orst.edu
Tue Dec 9 20:47:41 PST 2003
On Wed, 10 Dec 2003, Niall Young wrote:
> Is there any actual documentation on how a MySQL sessionhandler should be
> setup? Is anyone able to help?
Here is what I use, straight from my horde/config/horde.php file:
$conf['sessionhandler']['type'] = 'mysql';
$conf['sessionhandler']['params'] = array();
$conf['sessionhandler']['params']['phptype'] = 'mysql';
$conf['sessionhandler']['params']['hostspec'] = 'my.db.host';
$conf['sessionhandler']['params']['username'] = 'dbuser';
$conf['sessionhandler']['params']['password'] = 'dbpassword';
$conf['sessionhandler']['params']['database'] = 'horde';
$conf['sessionhandler']['params']['table'] = 'horde_sessionhandler';
Andy
More information about the horde
mailing list