Bom pessoal espero que todos ajudem, Erro******************************* Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\YellowTip\Htdocs\teste\site_teste\ok.php:1) in C:\YellowTip\Htdocs\teste\site_teste\ok.php on line 6 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\YellowTip\Htdocs\teste\site_teste\ok.php:1) in C:\YellowTip\Htdocs\teste\site_teste\ok.php on line 6 teste@teste.com teste Codigo da pagina <? session_start(); $conta_email = $_SESSION['conta_email']; $conta_revendas = $_SESSION['conta_revendas']; echo $conta_email; echo "<br>"; echo $conta_revendas; ?>