> -----Message d'origine----- > De : Matthew Powell [mailto:mpowell@xxxxxxxx] > Envoyé : vendredi 20 avril 2007 18:57 > À : php-general@xxxxxxxxxxxxx > Objet : Re: Session with microtime > > 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. > I like control over what goes on ;) Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php