Moritz Weinmann 55e6d4c583 Fix: Tasks-Endpoints ignorierten die Monolith-Session (sidawo)
bootstrap.php rief session_start() mit Standard-Name PHPSESSID auf,
weil start.inc.php für Endpoint-Requests bewusst nicht geladen wird.
Das führte zu einer leeren Session → contactId = 0 → "Keine Berechtigung".

Lösung: Vor session_start() prüfen ob ein sid*-Cookie vorhanden ist
und ggf. session_name() entsprechend setzen, damit Endpoints und
Monolith dieselbe Session nutzen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-22 13:56:17 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:17:53 +02:00
2026-02-17 14:56:23 +01:00
2026-06-19 13:14:19 +02:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
2026-02-17 14:56:23 +01:00
Description
No description provided
4.3 MiB
Languages
PHP 90.2%
CSS 4.5%
JavaScript 4.5%
HTML 0.7%