im making a small web app as e-commerce site
im storing the product id selected by a visitor into session product id as an array
now what i want to accomplish is:
also store the quantity associated with the product selected
and then update that sessions for quantity if visitor updates the quantity field
of a certain product
lets say in a cart view page
thanks!