Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record from the table
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00752409
Message ID:
00753305
Vues:
27
This message has been marked as a message which has helped to the initial question of the thread.
If your developing a shoping cart.. I suggest you use a cookie to store the information. This is how most people do it.

Im assuming your using an IIS server so.. you can use the unique session id that is generated by IIS. So just store all the pending item info in a cookie and then upon checkout then have the customer login and then process and log the transaction. This will also take a huge load off your server because if you consider that your going to have to create a cart for everyone that visits the pages.

Eric
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform