I have a shopping cart object filled with item objects. The cart has been registered as a session and in php4 is suppose to retain its state with automatic serialization. However, the item objects are dissapearing causing the shopping cart to always be empty.
What is weird is that it works on our development server but when we switched it over to production it loses its state.
The servers' php ini files are exactly the same.
Does anybody have any ides?