PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am not sure what is happening. I have a login page, once the user logs in, sessions are set. On the next page I have welcome <?php echo $_SESSION['Username']; ?>
It seems like half of the time the session is ok then half the time it is blank.