[Tickets #6722] persistent_params not set or asked in conf.xml
bugs at horde.org
bugs at horde.org
Tue May 20 07:40:18 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6722
-----------------------------------------------------------------------
Ticket | 6722
Created By | adrieder at sbox.tugraz.at
Summary | persistent_params not set or asked in conf.xml
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2008-05-20 03:40) wrote:
When using e.g. the sql session handler together with memcache conf.xml is
not setting or asking for the persistent_params used in
SessionHandler.php.
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;
}
This causes that the sessions are actually not stored in the sql database
and therefore the are not persisted.
More information about the bugs
mailing list