session
Posted: Sat Nov 08, 2008 8:29 pm
Hello can you help me please to resolve the problem with session.After logging in, in the member area appears this error
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ginerlli/public_html/member.php:1) in /home/ginerlli/public_html/member.php on line 1
the code is
any advice please?
Thank you and best regards
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ginerlli/public_html/member.php:1) in /home/ginerlli/public_html/member.php on line 1
the code is
Code: Select all
<?php session_start();?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ...etcThank you and best regards