Re: [PHP-DB] Session Broken

2001-11-08 Thread Kodrik
> >1: Rid any whitespace between ' >2: You need to populate the variable you wish to use as a session > >variable before registering it I don't agree with that either >> Without even going to another page, the $PHPSESSID and >> $UserName variables are both empty. They are also empty on subsequ

Re: [PHP-DB] Session Broken

2001-11-08 Thread Paul DuBois
At 9:25 AM + 11/8/01, Russ Michell wrote: >1: Rid any whitespace between '2: You need to populate the variable you wish to use as a session >variable before registering it Is 2 actually true? The sessions chapter in the PHP manual doesn't seem to specify any order for using and registering,