all groups > inetserver asp general > may 2004 >
You're in the

inetserver asp general

group:

Storing Shopping Items


Storing Shopping Items Shell
5/30/2004 4:51:03 AM
inetserver asp general:
What is the best way to store the items and quantities that customers have chosen across a session without using cookies
The customer does not need to login to do online shopping and users will be prompted to enter shipping information when they proceed to checkout

Re: Storing Shopping Items Aaron Bertrand [MVP]
5/30/2004 10:06:58 AM
[quoted text, click to view]

Limited functionality, but it's a start:
http://www.aspfaq.com/2054
http://www.aspfaq.com/cart/

[quoted text, click to view]

Do you really think paranoid people who don't trust your site to keep a
session cookie are going to give you their credit card? I know this is
probably a pointy-haird boss requirement, but I've never understood the
logic behind making an e-commerce site work without cookies...

Re: Storing Shopping Items Shell
6/3/2004 9:06:25 PM
If I am to use session variables to store the item numbers and quantities in the shopping cart, do people generally store them in an array as a session variable or one session variable refers to one item (i.e. the variable name will be the item number and the value of the variable will be the quantity)

Thanks
AddThis Social Bookmark Button