Session warning
Posted: Thu May 11, 2006 11:03 pm
Hello guys,
When I try to use session_start(), I got warning :
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/c/ctian/.HTMLinfo/learn/sessTest.php:2) in /home/c/ctian/.HTMLinfo/learn/sessTest.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/c/ctian/.HTMLinfo/learn/sessTest.php:2) in /home/c/ctian/.HTMLinfo/learn/sessTest.php on line 3
Can anybody tell me what does it mean, how can i handle them?
Cheers,
Elton
When I try to use session_start(), I got warning :
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/c/ctian/.HTMLinfo/learn/sessTest.php:2) in /home/c/ctian/.HTMLinfo/learn/sessTest.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/c/ctian/.HTMLinfo/learn/sessTest.php:2) in /home/c/ctian/.HTMLinfo/learn/sessTest.php on line 3
Can anybody tell me what does it mean, how can i handle them?
Cheers,
Elton