I am trying to store an array of objects within a session. It was working great with PHP 4.0.2 but when I upgraded to 4.0.3 it stop working. I can store an array, and I can store objects but when I try to store an array of objects only an empty array is stored within the session.
Any help would be greatly appreciated.