i am having a problem building a shopping cart, i´m using php and mysql, when i select the items i want and go to the checkout screen and want to change the quantity of the items and press save changes i lose my session, i am using session_start() and tried with sesson_register, with the same result
anyone knows what might be the problem?