<?
session_start();
//echo session_id();
if (!isset($_SESSION['Id'])){
echo("<script>top.location.href='../portada.php';</script>");
}
?>
Can somebody helps me ? the error is that login don' t access and I don't found the
error.

