Yes, you can register your class instance to a session variable.
- serialize() the object so that it is converted to a string
- register that string to your session variable
Don't forget to unserialize() your object when you access the session variable. This converts the string back to its original object form.