[Tickets #6720] Re: session counting returns 0 sessions
bugs at horde.org
bugs at horde.org
Mon May 19 19:57:12 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6720
-----------------------------------------------------------------------
Ticket | 6720
Updated By | adrieder at sbox.tugraz.at
Summary | session counting returns 0 sessions
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2008-05-19 15:57) wrote:
> Fixed.
Thanks.
I still get "0", which is correct accourding to the "horde_sessionhandler"
table. This is strange, should't the sessions be written into that table
when using the following config:
$conf['sessionhandler']['params']['persistent'] = true;
$conf['sessionhandler']['params']['rowlocking'] = true;
$conf['sessionhandler']['params']['port'] = 3306;
$conf['sessionhandler']['params']['protocol'] = 'tcp';
$conf['sessionhandler']['params']['hostspec'] = 'XXX.XXX.3.24';
$conf['sessionhandler']['params']['username'] = 'horde';
$conf['sessionhandler']['params']['password'] = '****';
$conf['sessionhandler']['params']['database'] = 'horde';
$conf['sessionhandler']['params']['table'] = 'horde_sessionhandler';
$conf['sessionhandler']['type'] = 'mysql';
$conf['sessionhandler']['memcache'] = true;
More information about the bugs
mailing list