Buenas,
No entiendo porque me da los siguientes errores:
Warning: Cannot modify header information - headers already sent by (output started at /home/web/public_html/layouts/layout_none.php:2) in /home/web/public_html/libs/clases/login.class.php on line 162
Warning: Cannot modify header information - headers already sent by (output started at /home/web/public_html/layouts/layout_none.php:2) in /home/web/public_html/libs/clases/login.class.php on line 163
Warning: Cannot modify header information - headers already sent by (output started at /home/web/public_html/layouts/layout_none.php:2) in /home/web/public_html/libs/clases/login.class.php on line 170
La función que que está en esas lineas es esta
Código PHP:
Ver originalpublic function logout($user_id){
$_SESSION = array(); // vacio la sesion // la destruyo
}
Es la típica función de eliminar las cookies y sesiones, pero el servidor linux.
¿Estoy haciendo algo mal sin darme cuenta?
Muchas gracias de antemano!