[PHP] Trouble with Session var

2003-08-02 Thread James Johnson
Hello, This one has me stumped. I'm setting a session var to a value returned from a query, then redirecting to another page. I get the following error on the second page: Notice: Undefined index: sv_adCatText On the page that sets the session var, I can do an echo of

RE: [PHP] Trouble with Session var

2003-08-02 Thread James Johnson
DOH! Nevermind, I mis-spelled session_start(). :( -Original Message- From: James Johnson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 4:19 PM To: [EMAIL PROTECTED] Subject: [PHP] Trouble with Session var Hello, This one has me stumped. I'm setting a session var

Re: [PHP] Trouble with Session var

2003-08-02 Thread Curt Zirzow
* Thus wrote James Johnson ([EMAIL PROTECTED]): Hello, hello james. Is there a limit or something to the number of Session vars that can be used? I've even tried setting a Session var called foo and that doesn't work. None that php enforces, only the operating system's filesystem and the