| Summary | ics.php is missing session_start() |
| Queue | Kronolith |
| Queue Version | 2.2 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | andres (at) anarazel (dot) de |
| Created | 7/25/08 (6468 days ago) |
| Due | |
| Updated | 7/26/08 (6467 days ago) |
| Assigned | |
| Resolved | 7/26/08 (6467 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
#5108State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ics.php is missing session_start()
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
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