I can register objects just fine with classes UNLESS they're embedded in another class, such as $user->address->getStreet();
If I register the user object, the whole thing should get carried through right? Wrong. Only user and it's fields get through while the embedded object (address) does not.
They're both being declared prior to session handling functions.
Any way to fix? Thanks for the read,
Luigi