Exodious
01-04-2004, 09:01 PM
Hiya, I've tried storing a class object on the session, directing to another page and then restoring the class from the session but when trying to access its functions, get PHP_Incomplete_Class_Object error, any ideas?
Storing on session using $_SESSION["classObj"] = &$classObj;
Storing on session using $_SESSION["classObj"] = &$classObj;