[Tickets #7109] Re: ics.php is missing session_start()
bugs at horde.org
bugs at horde.org
Fri Jul 25 10:06:53 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7109
------------------------------------------------------------------------------
Ticket | 7109
Updated By | andres at anarazel.de
Summary | ics.php is missing session_start()
Queue | Kronolith
Version | 2.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
andres at anarazel.de (2008-07-25 06:06) wrote:
Due to ics.php missing session_start() Secret::getKey() doesnt work as
it calls session_id() which is only valid after session_start().
This leads to problems if calendar data is stored in IMAP as the calls
to getCredential only return null.
Currently I fixed this by adding session_start() on top of ics.php but
I somehow doubt that the best location. Where would you suggest to
place it?
Should I report the bug seperately for nag which has exactly the same problem?
Thanks,
Andres
More information about the bugs
mailing list