Re: [PHP] Still having session problems

2002-04-16 Thread Patrick Aland
phpinfo() in that file reports it as off (when I haven't turned it on for testing the methods in my original email). On Tue, Apr 16, 2002 at 09:12:47AM -0600, Johnson, Kirk wrote: > Are you absolutely positive register_globals is off? Is there an .htaccess > file laying around someplace that ove

RE: [PHP] Still having session problems

2002-04-16 Thread Johnson, Kirk
sday, April 16, 2002 5:39 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Still having session problems > > > I cannot for the life of me get the new $_SESSION method working. > Running php4.1.2 on apache 1.3.24 on RH6.2 Using the code below: > > session_start(); > if (!isset(

[PHP] Still having session problems

2002-04-16 Thread Patrick Aland
I cannot for the life of me get the new $_SESSION method working. Running php4.1.2 on apache 1.3.24 on RH6.2 Using the code below: \n"); ?> A tmp file is created in /tmp but nothing is put in it. If I turn register_globals on, the page above still doesn't work, however if I start and register t