6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/30/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6720] session counting returns 0 sessions
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ \ /. ..___..__. [__) >< |\/| | | | [__)/ \| | | |__\
Comment
>> 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 :-)
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers