Re: [PHP] problem reading sessions

2002-01-04 Thread Alastair
rom: "Alastair" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 04, 2002 4:35 PM > Subject: Re: [PHP] problem reading sessions > > > > I get the error: 'Warning: Undefined index: blah' when I use the long > name. > > As f

Re: [PHP] problem reading sessions

2002-01-04 Thread R'twick Niceorgaw
PROTECTED]> Sent: Friday, January 04, 2002 4:35 PM Subject: Re: [PHP] problem reading sessions > I get the error: 'Warning: Undefined index: blah' when I use the long name. > As far as I can tell it doesn't seem to be actually writing the data into > the session file.

Re: [PHP] problem reading sessions

2002-01-04 Thread Alastair
er_globals set to 'on' in php.ini? It needs to be for this coding > > style to work. > > > > Kirk > > > > > -Original Message- > > > From: Alastair [mailto:[EMAIL PROTECTED]] > > > Sent: Friday, January 04, 2002 1:41 PM > >

Re: [PHP] problem reading sessions

2002-01-04 Thread Kevin Stone
-Original Message- > > From: Alastair [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 04, 2002 1:41 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] problem reading sessions > > > > > > > > I have just recently set up PHP on my Win2K laptop

RE: [PHP] problem reading sessions

2002-01-04 Thread Johnson, Kirk
Is register_globals set to 'on' in php.ini? It needs to be for this coding style to work. Kirk > -Original Message- > From: Alastair [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 1:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP] problem reading s

[PHP] problem reading sessions

2002-01-04 Thread Alastair
I have just recently set up PHP on my Win2K laptop and I have just found out that I can't read sessions. As far as I can tell the session file is being created, but PHP doesn't seem to be able to get any data into it. Here is what the session file looks like: !sess_user|!blah| The two PHP files