Anyone know about instantiating a class as a session variable. I have a shopping cart class, and I would like to create an instance of that class as a session variable to maintain its state over the entire web site.
I am getting errors about undefined functions that are defined in my Shopping cart class..
Any info on this topic would be greatly appeciated!