Re: [PHP] Passing object reference to session

2008-02-08 Thread Richard Lynch
On Thu, February 7, 2008 1:15 am, Michael Moyle wrote: > I am new to the list and have a question that inspired me to join the > list as I can not find any answer online. > > When a object reference is passed to the $_SESSION array what happens > to > the object? Is the object serialized and saved

Re: [PHP] Passing object reference to session

2008-02-07 Thread Jochem Maas
Michael Moyle schreef: Jochem, On Thu, 2008-02-07 at 09:11 +0100, Jochem Maas wrote: Michael Moyle schreef: Hi, I am new to the list and have a question that inspired me to join the list as I can not find any answer online. When a object reference is passed to the $_SESSION array what happen

Re: [PHP] Passing object reference to session

2008-02-07 Thread Michael Moyle
Jochem, On Thu, 2008-02-07 at 09:11 +0100, Jochem Maas wrote: > Michael Moyle schreef: > > Hi, > > > > I am new to the list and have a question that inspired me to join the > > list as I can not find any answer online. > > > > When a object reference is passed to the $_SESSION array what happens

Re: [PHP] Passing object reference to session

2008-02-07 Thread Jochem Maas
Michael Moyle schreef: Hi, I am new to the list and have a question that inspired me to join the list as I can not find any answer online. When a object reference is passed to the $_SESSION array what happens to let's assume php5. all objects are reference like, they behave from a user POV as