session_start(); //session_register("session"); if (($_SESSION[login])){ header("Location: seleccionar.php"); exit; } ?>