[Tickets #6620] Memcached and sessions
bugs at horde.org
bugs at horde.org
Thu Apr 17 13:35:29 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6620
-----------------------------------------------------------------------
Ticket | 6620
Created By | jens at peino.de
Summary | Memcached and sessions
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
jens at peino.de (2008-04-17 09:35) wrote:
In the sessions view i get above the menu:
Warning: SessionHandler::include(Horde/SessionHandler/1.php): failed to
open stream: No such file or directory in
/usr/share/php5/PEAR/Horde/SessionHandler.php on line 97 Warning:
SessionHandler::include(): Failed opening 'Horde/SessionHandler/1.php' for
inclusion
(include_path='.:/usr/share/php:/usr/share/php/PEAR:/usr/share/php5:/usr/share/php5/PEAR:/usr/share/php5/SMARTY')
in /usr/share/php5/PEAR/Horde/SessionHandler.php on line 97
And below:
Notice: Undefined index: persistent in
/usr/share/php5/PEAR/Horde/SessionHandler/memcache.php on line 287
For current session it says:
Listing sessions failed: Memcache session tracking not enabled.
My session settings in the conf:
$conf['sessionhandler']['params']['track'] = true;
$conf['sessionhandler']['type'] = 'memcache';
$conf['sessionhandler']['memcache'] = true;
My memcache settings in the conf:
$conf['memcache']['hostspec'] = array('localhost');
$conf['memcache']['port'] = array('11211');
$conf['memcache']['weight'] = array();
$conf['memcache']['persistent'] = true;
$conf['memcache']['compression'] = false;
$conf['memcache']['large_items'] = true;
$conf['memcache']['enabled'] = true;
More information about the bugs
mailing list