Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
hich daemon in 4.3 is the correct one which is the standalone similar to 4.2 and 4.0.6. I hope its just a user error at this point. Thanks From: Evan Nemerson <[EMAIL PROTECTED]> To: "Joe Sheehan" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [PHP] Session Problems with

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Evan Nemerson
no luck either. > Anyone have any idea what i'm doing wrong? I'm hoping its just > a user error. > Thanks in advance > > > > From: Evan Nemerson <[EMAIL PROTECTED]> > > >To: "Joe Sheehan" <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] &g

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Curt Zirzow
* Thus wrote Joe Sheehan ([EMAIL PROTECTED]): > It echo No. Have no idea why its not set? > Even tried using session_register with register_globals on > but no luck either. > Anyone have any idea what i'm doing wrong? I'm hoping its just > a user error. Are you using cookie based sessions? And if

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
ot; <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] Session Problems with 4.3.2 Date: Tue, 22 Jul 2003 10:01:03 -0700 Were you planning on incrementing $_SESSION['count'] anywhere? If not, try On Tuesday 22 July 2003 09:55 am, Joe Sheehan wrote: > Just notic

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
"Joe Sheehan" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP] Session Problems with 4.3.2 Date: Tue, 22 Jul 2003 10:01:03 -0700 Were you planning on incrementing $_SESSION['count'] anywhere? If not, try On Tuesday 22 July 2003 09:55 am, Joe Sheehan wrote

Re: [PHP] Session Problems with 4.3.2

2003-07-22 Thread Evan Nemerson
Were you planning on incrementing $_SESSION['count'] anywhere? If not, try On Tuesday 22 July 2003 09:55 am, Joe Sheehan wrote: > Just noticed my email was messed up because of the html. Sorry > about that > > I've been using up until a day or so ago version 4.0.6. > I'm moving everything no

[PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
Just noticed my email was messed up because of the html. Sorry about that I've been using up until a day or so ago version 4.0.6. I'm moving everything now to 4.3.2 but having problems with sessions. I've tried a basic example but can't retrieve session values. Can anyone tell me what I'm doing wro

[PHP] Session Problems with 4.3.2

2003-07-22 Thread Joe Sheehan
I've been using up until a day or so ago version 4.0.6. I'm moving everything now to 4.3.2 but having problems with sessions. I've tried a basic example but can't retrieve session values. Can anyone tell me what I'm doing wrong? I see the session file is created but can't retrieve its value. What i