G
Guest
i just finished creating an asp.net application named booksApp.
during the testing phase uploaded live ( ex: www.bookies.com) , i tried to
purchase something and add it to my shopping cart.
then, i tried opening the application on a different client computer. I just
randomly checked the shopping cart and there i found the same items i added
to my cart on the first computer.
all i did using to add to my cart was session("cart").
how can i just save the contents of the current cart to the current machine
being used?
thanks a million guys!
during the testing phase uploaded live ( ex: www.bookies.com) , i tried to
purchase something and add it to my shopping cart.
then, i tried opening the application on a different client computer. I just
randomly checked the shopping cart and there i found the same items i added
to my cart on the first computer.
all i did using to add to my cart was session("cart").
how can i just save the contents of the current cart to the current machine
being used?
thanks a million guys!