[Tickets #6267] Re: expire() function call error
bugs at horde.org
bugs at horde.org
Tue Feb 19 23:23:37 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6267
-----------------------------------------------------------------------
Ticket | 6267
Updated By | a-dinc at hotmail.com
Summary | expire() function call error
Queue | Ansel
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Rubinsky
-----------------------------------------------------------------------
a-dinc at hotmail.com (2008-02-19 18:23) wrote:
this is what i've changed to an hour ago and since then it looks quite ok.
maybe this will last.
$conf['session']['cache_limiter'] = 'nocache';
$conf['share']['cache'] = false;
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['params']['sub'] = 0;
$conf['cache']['driver'] = 'file';
$conf['memcache']['enabled'] = false;
More information about the bugs
mailing list