[Tickets #6720] Re: session counting returns 0 sessions

bugs at horde.org bugs at horde.org
Tue May 20 08:18:45 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 04:18) 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.

forget this, sorry see http://bugs.horde.org/ticket/6722

But still I do not see any entry in the session table in the db... I'll
continue to search for the cause :-)




More information about the bugs mailing list