[horde] Horde forgets session
Michael M Slusarz
slusarz at horde.org
Thu Aug 1 17:49:09 UTC 2013
Quoting Lukas Haase <lukashaase at gmx.at>:
> Hello,
>
> I installed horde5 Webmail Edition from pear. I have the big problem
> that horde always looses the session, sometimes very quickly (after
> clicking on the first link) sometimes 2 minutes later. But the session
> should last "forever":
>
> $conf['session']['name'] = 'Horde';
> $conf['session']['use_only_cookies'] = true;
> $conf['session']['timeout'] = 0;
> $conf['session']['cache_limiter'] = 'nocache';
> $conf['session']['max_time'] = 72000;
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
Correction: this session will not last forever - it will automatically
timeout after 72000 seconds (which is correct; sessions should never
be non-expiring).
But you haven't provided us with your session backend storage
information. That's the important element here.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the horde
mailing list