Trun off "register_globals", then it should work with track vars.
--
Yasuo Ohgaki
Travis Simpson wrote:
> Hey,
>
> I changed it from:
>
> $HTTP_SESSION_VARS["$key"] = $value;
>
> To:
>
> session_register("$key");
> $key = $value;
>
> And now it works fine.
>
> At first, when I wrote the $k
vis Simpson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 05, 2002 12:08 PM
> To: [EMAIL PROTECTED]
> Cc: 'Yasuo Ohgaki'
> Subject: RE: [PHP] Re: Changes in Sessions (PHP Versions)
>
>
> Hey,
>
> I changed it from:
>
> $HTTP_SESSION_VARS["$key&quo
---
From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 2:33 AM
To: Travis Simpson
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: Changes in Sessions (PHP Versions)
If you really need to use 4.0.6, try to use different
session save handler and/or serializer. Try WDDX
orrow, unfortunately I don't have the
> files on this computer.
>
> I hope this is a little more clear.
>
> Thanks,
> -Travis
>
>
>
> -Original Message-----
> From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 04, 2002 6:11 PM
> To: [EMAIL PR
o Ohgaki [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 04, 2002 6:11 PM
To: [EMAIL PROTECTED]; Travis Simpson
Subject: [PHP] Re: Changes in Sessions (PHP Versions)
Travis Simpson wrote:
> Hey,
>
> I am just wondering if there were any changes done to the session
> "engine" or
Travis Simpson wrote:
> Hey,
>
> I am just wondering if there were any changes done to the session
> "engine" or settings between PHP 4.0.6 and 4.1.1.
>
> I have been getting nothing but grief from 4.0.6 and 4.1.1 seems to work
> fine.
>
What did work with 4.0.6 and what didn't with 4.1.1?
I
6 matches
Mail list logo