[horde] Re: enabling mysql sessionhandler?

Niall Young niall at chime.net.au
Tue Dec 9 21:22:10 PST 2003


On Tue, 9 Dec 2003, Andrew Morgan wrote:

> 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';

Mine's identical, see previous posts in this thread.

Niall Young                                    Chime Communications Pty Ltd
niall at chime.net.au                            Level 6, 263 Adelaide Terrace
Ph: (+61) 08 9213 1330 / 0408 192 797         Perth, Western Australia 6000

    "Are you a parent who would like to involve your kids in an iiNsanity
    event?"
                                        -- Jodie Evans, Mar 2003




More information about the horde mailing list