<?php session_start(); $_SESSION['id_user'] = ""; $_SESSION['profile_full'] = ""; $_SESSION['imagen'] = ""; header('Location: http://'.$_SERVER['SERVER_NAME']); ?>