I am building a simple user authentication system that allows someone to log in, and if they have the right info entered, session_start() and then session_register("username"). When the session begins,the username is registered, and they get rediredted into an administrative section. When they junp to another page, the session is not staying registered, and I lose my variable. It seems like a simple problem to fix, but I am stumped.