Panquekas wrote: > On 20/04/07, Panquekas <panquekas@xxxxxxxxx> wrote: <snip> > I'm sorry, my mistake. What I tried to say is that the session_start() was > on the top of the page, and the if( ) block was after that and the login > script was even after the if( ), so the first thing to ran was the > session_start() then the if( ) block and after that the login script > registering the $_SESSION's. I moved the login script to the middle of the > session_start() and the if( ). <snip> Am I the only one that uses 'session.auto_start = 1'? It saves me from worrying about that type of problem. Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php