Howdy!,
I read that it is possible to store non primatives (arrays and objects) as session variables. I have been able to register arrays as session variables and access these session variables. However when I create an object (of my own class definition) and register this as a session variable, I get an error when I try to access this object's functions.
The following message is displayed:
"Fatal error: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition bunny of the object you are trying to operate on was loaded before the session was started "
Why is this error occuring. Please help....
Thanks