[Tickets #5925] Authentication assumes that exists a horde session
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Nov 26 12:21:09 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5925
-----------------------------------------------------------------------
Ticket | 5925
Created By | almarin at um.es
Summary | Authentication assumes that exists a horde session
Queue | Kronolith
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
almarin at um.es (2007-11-26 04:21) wrote:
In some cases, authentication proccess is done without a horde session
started. That is the case of ics.php.
When you authenticate, throw Auth::setAuth(), there are a
Secret::getKey('auth') call, and that call uses session_id(). If you don
have started a horde session, session_id() return a empty value, and that
causes a lot of Notice php messages in Horde/Cipher/blowfish.php (and i
don't know if any malfunction)
More information about the bugs
mailing list