Re: [PHP] session problem using headers

2001-07-16 Thread David Allen
f987a9s" (or similar) > > > > > -Original Message- > > > From: David Allen [mailto:[EMAIL PROTECTED]] > > > Sent: Friday, July 13, 2001 6:45 AM > > > To: [EMAIL PROTECTED] > > > Subject: [PHP] session problem using headers > >

Re: [PHP] session problem using headers

2001-07-16 Thread David Allen
to page "input.php?=SID" > instead of "input.php?938sa9fa98f7daf987a9s" (or similar) > > > -Original Message- > > From: David Allen [mailto:[EMAIL PROTECTED]] > > Sent: Friday, July 13, 2001 6:45 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP]

RE: [PHP] session problem using headers

2001-07-13 Thread scott [gts]
--Original Message- > From: David Allen [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 13, 2001 6:45 AM > To: [EMAIL PROTECTED] > Subject: [PHP] session problem using headers > > > Hi, > > I am having problems with sessions. With cookies turned on it works > fine

[PHP] session problem using headers

2001-07-13 Thread David Allen
Hi, I am having problems with sessions. With cookies turned on it works fine. Turn off cookies it fails. I have tried both header("Location: input.php?=SID"); header("Location: input.php?PHPSESSID=".PHPSESSID); to pass the session id to the programme input.php but neither works. The first lin