Re: [PHP] Stopping objects from auto-serializing
- From: deceze@xxxxxxxxx (David Christopher Zentgraf)
- Date: Wed, 31 Oct 2007 16:25:28 +0900
On 31 Oct 2007, at 16:16, Jochem Maas wrote:
are you using session_register()? (dont)
also are you setting the value in $_SESSION by reference?
No and no. The only time I'm writing to $_SESSION["basket"] is by setting $_SESSION["basket"][] = "foo", I'm never touching the actual $_SESSION["basket"] variable as such, but which is exactly what's happening.
.
- Follow-Ups:
- Re: [PHP] Stopping objects from auto-serializing
- From: David Christopher Zentgraf
- Re: [PHP] Stopping objects from auto-serializing
- References:
- Stopping objects from auto-serializing
- From: David Christopher Zentgraf
- Re: [PHP] Stopping objects from auto-serializing
- From: Jochem Maas
- Re: [PHP] Stopping objects from auto-serializing
- From: David Christopher Zentgraf
- Re: [PHP] Stopping objects from auto-serializing
- From: Jochem Maas
- Stopping objects from auto-serializing
- Prev by Date: Re: [PHP] GD Library
- Next by Date: Re: [PHP] Stopping objects from auto-serializing
- Previous by thread: Re: [PHP] Stopping objects from auto-serializing
- Next by thread: Re: [PHP] Stopping objects from auto-serializing
- Index(es):