[Tickets #6720] Re: session counting returns 0 sessions
bugs at horde.org
bugs at horde.org
Tue May 20 07:34:51 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-20 03:34) wrote:
Ok, I found the problem...
in SessionHandler.php there is:
if ($driver == 'memcached') {
// Trap for old driver name.
$driver = 'memcache';
} elseif (($driver != 'memcache') && !empty($params['memcache']))
{
$driver = 'memcache';
unset($params['memcache']);
$persistent_params = array('persistent_driver' => $driver,
'persistent_params' => $params);
$params = null;
}
... but the persistent_params are not generated or asked by conf.xml.
I'll file a new bug.
More information about the bugs
mailing list