All,
Would like to get a consensus on what is the best practice to implement the
Shopping Cart concept. The requirement is to use non-secured (HTTP) for
shopping, browsing, and adding items. Then use secured (HTTPS/SSL) to
capture shopper's info and for checking out. For shopping, items can be
maintained via "session attributes" or DB. However, I'd like some ideas on
how to retrieve/transfer the shopping items to HTTPS/SSL site at check out
time. My initial thought is to store the items in a DB while shopping and
track with a session ID, and pass the same ID as "parameter" over to HTTPS
site to be used to retrieve the shopping items from the DB. Any feedback is
greatly appreciated.
With Regards,
Nathan
email: [EMAIL PROTECTED]