Sesja w Xamppie
Witam, mam problem z pewnym skryptem logowania, wykorzystuje on sesje. Wcześniej testowałem swoje skrypty na yoyo.pl ale ostatnio przerzuciłem się na XAMPP. Ciągle wywala mi błąd:
Warning: session_start()
[function.session-start]: Cannot send
session cookie - headers already sent
by (output started at
C:\xampp\htdocs...\index.php:8) in
C:\xampp\htdocs\php\bicie\index.php
on line 9
Warning: session_start()
[function.session-start]: Cannot send
session cache limiter - headers
already sent (output started at
C:\xampp\htdocs...\index.php:8) in
C:\xampp\htdocs\php\bicie\index.php on
line 9
line 9: session_start();
Czy w Xampie trzeba coś ustawić aby to działało, czy może coś ściągnąć. Proszę o pomoc.