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
If you really need to use 4.0.6, try to use different
session save handler and/or serializer. Try WDDX
serializer at first, then try verious combinations.
If you use other save handler/serializer, it may work.
I suggest you to upgrade, though...
--
Yasuo Ohgaki
Travis Simpson wrote:
> Sorry, I
Sorry, I probably worded my question wrong.
I am creating a 10 step (or so) form that is non-linear... The user
enters all of their information and is able to go back and change
information that they have filled in. So I have the form (POST)
information set into session variables as soon as they
5 matches
Mail list logo