Re: [PHP] SESSION wierdness....

2003-11-20 Thread Rob Burris
David HM Spector wrote: I am writing a multi-page form, on the first page I session_register() a mess of variables (8 of them), the first time through the form everything works as expected, I can get things out of form variables and into relevant the $_SESSION variables. Items are put into

Re: [PHP] SESSION wierdness....

2003-11-20 Thread Jason Wong
On Thursday 20 November 2003 14:34, David HM Spector wrote: > I'm seeing really odd behavior using session variables and wonder if > I'm really just missing something obvious... > > My env is: RH9, httpd-2.0.40-21.5, PHP 4.2.2 (RH RPM, gazillion > compile flags enabled), session support enabled, r

Re: [PHP] Session wierdness...

2003-01-16 Thread Jason Wong
Original Message- > > From: Duncan Abbott [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, 16 January 2003 4:53 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: [PHP] Session wierdness... > > > > > > I did what you suggested and I've att

RE: [PHP] Session wierdness...

2003-01-15 Thread Timothy Hitchens \(HiTCHO\)
3 4:53 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] Session wierdness... > > > I did what you suggested and I've attached the output - > there's no $_SESSIONS array in there. > > But I've managed to register session vars outside of th

RE: [PHP] Session wierdness...

2003-01-15 Thread Duncan Abbott
[mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 10:04 To: 'Duncan Abbott'; [EMAIL PROTECTED] Subject: RE: [PHP] Session wierdness... Do this for me: print_r($GLOBALS); and see if you have the $_SESSIONS array visible.. you will need to view the output in a text editor as the prin

RE: [PHP] Session wierdness...

2003-01-13 Thread Timothy Hitchens \(HiTCHO\)
Do this for me: print_r($GLOBALS); and see if you have the $_SESSIONS array visible.. you will need to view the output in a text editor as the print_r won't look good rendered in the browser. Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] > -Original Message--