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 in

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

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 to let's

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

[PHP] Passing object reference to session

2008-02-06 Thread Michael Moyle
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 the object? Is the object serialized and saved in session (in this case file)? Or just the reference with