session_start(): Cannot send session cookie - headers already sent by (output started at........
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at....
Das kommt bei jedem Aufruf bei session_start()
System Susu9.0
confixx3
php4.3.11
Leerzeichen werden keine gesendet,
php.ini
Was kann man noch kontrollieren?
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at....
Das kommt bei jedem Aufruf bei session_start()
System Susu9.0
confixx3
php4.3.11
Leerzeichen werden keine gesendet,
php.ini
[Session]
; Handler used to store/retrieve data.
session.save_handler = files
; Handler used to store/retrieve data.
session.save_handler = files
session.save_path = /tmp
session.auto_start = 0
Kommentar