Hi again people.....  

i�m including the code below in every page in my site,

//////////////////

<?php
 session_start();
 if(empty($_SESSION['username'])) {
  die('Ocorreu um erro. Voc� pode n�o ter se logado, ou sua sess�o expirou. Tente se 
<a href="login.php"><b>logar</b></a> novamente 
   ou entre em contato com o <a 
href="mailto:[EMAIL PROTECTED]";><b>webmaster</b>.</a>');
 }
?>

///////////////////


 in one page i used:

 session_register($repcod);

but i can see this VAR only in the next page, when i link to a third one i cannot see 
the VAR, does anyone know why????
Thanks a lot people.....


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


Reply via email to