[Tickets #9733] Re: Password lost during hordeauth authentication via API
bugs at horde.org
bugs at horde.org
Sat Sep 29 10:32:21 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9733
------------------------------------------------------------------------------
Ticket | 9733
Updated By | arjen+horde at de-korte.org
Summary | Password lost during hordeauth authentication via API
Queue | Horde Base
Version | Git master
Type | Bug
State | Resolved
Priority | 2. Medium
Milestone | 4.1
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
arjen+horde at de-korte.org (2012-09-29 10:32) wrote:
> These empty sessions are created when ActiveSync is run. I never
> noticed these empty sessions before, so I tried if adding
>
> $session->setup(false, $args['session_cache_limiter']);
>
> that was commented out for a while (and now removed) in Registry.php
> made a difference. It did, no more zero length sessions are created.
> Could it be that above line is actually doing something useful?
Forget about the above remark, the zero length sessions are created
regardless of the presence of the above line. So somehow when using
the Horde_Session_Null handler, the Horde configuring settings for the
session handler are ignored and the session handler as configured in
'php.ini' is used.
More information about the bugs
mailing list