Brunod93 Posted April 20, 2015 at 10:31 AM Report Share #581520 Posted April 20, 2015 at 10:31 AM Bom dia será que alguém sabe corrigir estes erros Citação Warning: session_start() function.session-start: Cannot send session cookie - headers already sent by (output started at /****/****/****/****/****/****/****.class.php:550) in /****/****/****/****/****/****/****/verificarLogin.php on line 2 Warning: session_start() function.session-start: Cannot send session cache limiter - headers already sent (output started at /****/****/****/****/****/****/****.class.php:550) in /****/****/****/****/****/****/****/verificarLogin.php on line 2 <?php session_start(); if (empty($_SESSION['UserID'])) { header('Location: login.php'); die(); } ?> Link to comment Share on other sites More sharing options...
HappyHippyHippo Posted April 20, 2015 at 10:49 AM Report Share #581521 Posted April 20, 2015 at 10:49 AM já fizeste alguma pesquisa no fórum sobre o mesmo problema ? IRC : sim, é algo que ainda existe >> #p@p Portugol Plus Link to comment Share on other sites More sharing options...
Brunod93 Posted April 20, 2015 at 10:51 AM Author Report Share #581522 Posted April 20, 2015 at 10:51 AM já fizeste alguma pesquisa no fórum sobre o mesmo problema ? Não só na google e não encontrei nada Link to comment Share on other sites More sharing options...
Solution HappyHippyHippo Posted April 20, 2015 at 11:28 AM Solution Report Share #581523 Posted April 20, 2015 at 11:28 AM https://www.portugal-a-programar.pt/topic/59062-cannot-modify-header-information/page__hl__%2Bheaders+%2Balready+%2Bsent IRC : sim, é algo que ainda existe >> #p@p Portugol Plus Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now