bobmarley Posted March 31, 2008 Share Posted March 31, 2008 I have uses a admin module that woks fine in local system. But i have uploaded the contents into web server, but when even i have try to login following errors are displayed Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home2/indianpr/public_html/siteadmin/login.php:2) in /home2/indianpr/public_html/conn.php on line 49 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/indianpr/public_html/siteadmin/login.php:2) in /home2/indianpr/public_html/conn.php on line 49 Warning: Cannot modify header information - headers already sent by (output started at /home2/indianpr/public_html/siteadmin/login.php:2) in /home2/indianpr/public_html can any one please help? Link to comment https://forums.phpfreaks.com/topic/98773-proplem-in-login-to-admin-page/ Share on other sites More sharing options...
jkewlo Posted March 31, 2008 Share Posted March 31, 2008 Please post your code also sessions should start at the top of your code Link to comment https://forums.phpfreaks.com/topic/98773-proplem-in-login-to-admin-page/#findComment-505432 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.