shopping cart

M

MattB

Is there a commonly agreed upon "best" way to do a shopping cart? I've
done on in the past that was one big session variable in xml. Each time they
would display it, I'd just iterate through the records for display. That
worked pretty well, but it was done on a different platform. Is this still a
good route to go with asp.net? Thanks!
 
R

Ron Vecchi

I ran into problems before with using session for keeping track of shopping
cart.

I'm not quite sure of the shared hosts server configuration but what was
happening was that when I accessed the secured server (https://) for the
checkoput process session state was being lost. They must have had no
global session storage scheme. But I ended up maintaining my shopping cart
sessions in a database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top