Hi people,

if i use this code:

<?php
        session_start();
        if(empty($_SESSION['username'])) {
                die('An error has ocurred. It may be that you have not logged in, or 
that your session has expired.
                        Please try <a href="login.php">logging in</a> again or contact 
the 
                        <a href="mailto:[EMAIL PROTECTED]";>system administrator</a>');
        }
?>
in one page to check if the user is logged, and in this same page i include another 
page, do i have to put this same test in this page that is beiing included??? this 
question may be dumb but i donīt know....thnaks a lot for the help.....


--------------------------------------------------------------------------------
        Equipe Pratic Sistemas
        Rodrigo Corręa
        Fone: (14) 441-1700
        [EMAIL PROTECTED]
        [EMAIL PROTECTED] 
     

Reply via email to